From 0a8ef0ed85762a5f9724b4b63dc671c47fc44c3b Mon Sep 17 00:00:00 2001 From: Boyan Hristov Date: Tue, 15 Oct 2024 12:14:36 -0500 Subject: [PATCH] remove glowbug files --- gcn/notices/glowbug/Alert.example.json | 34 ----------------- gcn/notices/glowbug/Alert.schema.json | 52 -------------------------- 2 files changed, 86 deletions(-) delete mode 100644 gcn/notices/glowbug/Alert.example.json delete mode 100644 gcn/notices/glowbug/Alert.schema.json diff --git a/gcn/notices/glowbug/Alert.example.json b/gcn/notices/glowbug/Alert.example.json deleted file mode 100644 index 2f07c02e..00000000 --- a/gcn/notices/glowbug/Alert.example.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/Alert.schema.json", - "mission": "GLOWBUG", - "alert_datetime": "2023-04-23T15:25:55Z", - "alert_tense": "current", - "alert_type": "initial", - "id": ["BUG230423.789", 432], - "data_archive_page": "glowbug.com/230423.789", - "trigger_time": "2023-04-23T15:20:11Z", - "far": 0.2, - "rate_snr": 6.1, - "rate_duration": 0.064, - "rate_energy_range": [50, 300], - "p_astro": 0.9, - "classification": { "BNS": 0.9, "NSBH": 0.05, "BBH": 0.05 }, - "detector_status": { - "CsI0": "on", - "CsI1": "on", - "CsI2": "on", - "CsI3": "on", - "CsI4": "triggered", - "CsI5": "on", - "CsI6": "on", - "CsI7": "on", - "CsI8": "off", - "CsI9": "on", - "CsI10": "on", - "CsI11": "on", - "CLLB0": "off", - "CLLB1": "off", - "SSA": "on" - }, - "additional_info": "Software versions: FSW: 1.0, Alert Pipeline: 1.1, Localization: 2.0" -} diff --git a/gcn/notices/glowbug/Alert.schema.json b/gcn/notices/glowbug/Alert.schema.json deleted file mode 100644 index 7a64d9da..00000000 --- a/gcn/notices/glowbug/Alert.schema.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "$id": "https://gcn.nasa.gov/schema/main/gcn/notices/glowbug/Alert.schema.json", - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Glowbug Alert Notice", - "description": "Information about a Glowbug trigger. All fields optional; omitted if not available or not applicable.", - "type": "object", - "allOf": [ - { - "$ref": "../core/Reporter.schema.json", - "description": "mission=GLOWBUG" - }, - { - "$ref": "../core/AdditionalInfo.schema.json", - "description": "Complementary info in text form." - }, - { "$ref": "../core/Alert.schema.json" }, - { - "$ref": "../core/Event.schema.json", - "description": "event_id=[ 'BUGyymmdd.fff', seqnum ], where fff is in millidays with trailing zeros. id_source=GLOWBUG for both." - }, - { - "$ref": "../core/DateTime.schema.json", - "description": "Trigger_time with seconds fraction." - }, - { - "$ref": "../core/Statistics.schema.json", - "description": "rate_duration is the integration time (a.k.a. trigger time scale), over which the rate_snr was measured." - } - ], - "properties": { - "detector_status": { - "type": "object", - "properties": { - "CsI0": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI1": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI2": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI3": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI4": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI5": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI6": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI7": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI8": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI9": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI10": { "$ref": "../core/DetectorStatus.schema.json" }, - "CsI11": { "$ref": "../core/DetectorStatus.schema.json" }, - "CLLB0": { "$ref": "../core/DetectorStatus.schema.json" }, - "CLLB1": { "$ref": "../core/DetectorStatus.schema.json" }, - "SSA": { "$ref": "../core/DetectorStatus.schema.json" } - } - } - } -}