-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
440 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json", | ||
"additional_info": "Lightcurve and other quicklook files will not be created until about 15 minutes after the trigger.", | ||
"alert_datetime": "2024-08-24T02:14:54", | ||
"alert_tense": "current", | ||
"alert_type": "initial", | ||
"data_archive_page": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094", | ||
"detectors_status": [ | ||
"triggered", | ||
"on", | ||
"triggered", | ||
"triggered", | ||
"on", | ||
"on", | ||
"triggered", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on" | ||
], | ||
"event_name": ["GRB240824A"], | ||
"hitl": false, | ||
"id": ["745121685", "bn240812094"], | ||
"instrument": "GBM", | ||
"latitude": 23.83, | ||
"light_curve_url": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094/quicklook/glg_lc_medres34_bn240812094.gif", | ||
"longitude": 257.4, | ||
"messenger": "EM", | ||
"mission": "Fermi", | ||
"notice_type": "FERMI_GBM_ALERT", | ||
"rate_duration": 2.048, | ||
"rate_energy_range": [47, 291], | ||
"rate_snr": 4.9, | ||
"record_number": 1, | ||
"spectrum": "energy", | ||
"trigger_algorithm_number": 14, | ||
"trigger_time": "2024-08-24T02:14:40.43", | ||
"trigger_type": "rate", | ||
"units": "keV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"title": "GCN Schema for Fermi GBM Alert Notices", | ||
"description": "This schema is used to report Fermi GBM Alerts.", | ||
"type": "object", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../core/AdditionalInfo.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/Alert.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/DateTime.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/Event.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/GeoLocBase.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/Reporter.schema.json" | ||
}, | ||
{ | ||
"$ref": "../../core/Statistics.schema.json" | ||
}, | ||
{ | ||
"$ref": "detectors.schema.json" | ||
} | ||
], | ||
"properties": { | ||
"notice_type": { | ||
"type": "string", | ||
"description": "Notice title" | ||
}, | ||
"hitl": { | ||
"type": "boolean", | ||
"description": "\"Human in the loop\". When false, the notice was generated entirely automatically. A value of true means that a human had an input, while the notice was being prepared. The latter includes notices, which weren't altered by the human input, i.e. simply confirmed or approved by a human for further processing." | ||
}, | ||
"trigger_algorithm_number": { | ||
"type": "number", | ||
"description": "The criterion number that caused the flight software to trigger. Not to be confused with flight software or any other version number." | ||
}, | ||
"light_curve_url": { | ||
"type": "string", | ||
"description": "URL of the quicklook light curve plot" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/detectors.schema.json", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"title": "", | ||
"description": "", | ||
"type": "object", | ||
"properties": { | ||
"detectors_status": { | ||
"type": "array", | ||
"items": { | ||
"$ref": "../../core/DetectorStatus.schema.json" | ||
}, | ||
"minItems": 14, | ||
"maxItems": 14, | ||
"description": "Triggered detectors" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json", | ||
"additional_info": "*** ABOUT THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. All fields, including the optional ones, are present. This 'about' note is not going to be part of a real-life notice. This field may be missing or empty in case of no comments. An example of a typical notice comment follows. ***\n\nLightcurve and other quicklook files will not be created until about 15 minutes after the trigger.", | ||
"alert_datetime": "2024-08-24T02:14:54", | ||
"alert_tense": "current", | ||
"alert_type": "initial", | ||
"data_archive_page": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094", | ||
"detectors_status": [ | ||
"triggered", | ||
"on", | ||
"triggered", | ||
"triggered", | ||
"on", | ||
"on", | ||
"triggered", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on" | ||
], | ||
"event_name": ["GRB240824A"], | ||
"hitl": false, | ||
"id": ["745121685", "bn240812094"], | ||
"instrument": "GBM", | ||
"latitude": 23.83, | ||
"light_curve_url": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094/quicklook/glg_lc_medres34_bn240812094.gif", | ||
"longitude": 257.4, | ||
"messenger": "EM", | ||
"mission": "Fermi", | ||
"notice_type": "FERMI_GBM_ALERT", | ||
"rate_duration": 2.048, | ||
"rate_energy_range": [47, 291], | ||
"rate_snr": 4.9, | ||
"record_number": 1, | ||
"spectrum": "energy", | ||
"trigger_algorithm_number": 14, | ||
"trigger_time": "2024-08-24T02:14:40.43", | ||
"trigger_type": "rate", | ||
"units": "keV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/strict/alert.schema.json", | ||
"additional_info": "*** ABOUT THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. All fields, including the optional ones, are present. This 'about' note is not going to be part of a real-life notice. This field may be missing or empty in case of no comments. An example of a typical notice comment follows. ***\n\nLightcurve and other quicklook files will not be created until about 15 minutes after the trigger.", | ||
"alert_datetime": "2024-08-24T02:14:54", | ||
"alert_tense": "current", | ||
"alert_type": "initial", | ||
"data_archive_page": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094", | ||
"detectors_status": [ | ||
"triggered", | ||
"on", | ||
"triggered", | ||
"triggered", | ||
"on", | ||
"on", | ||
"triggered", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on" | ||
], | ||
"event_name": ["GRB240824A"], | ||
"hitl": false, | ||
"id": ["745121685", "bn240812094"], | ||
"instrument": "GBM", | ||
"latitude": 23.83, | ||
"light_curve_url": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094/quicklook/glg_lc_medres34_bn240812094.gif", | ||
"longitude": 257.4, | ||
"messenger": "EM", | ||
"mission": "Fermi", | ||
"notice_type": "FERMI_GBM_ALERT", | ||
"rate_duration": 2.048, | ||
"rate_energy_range": [47, 291], | ||
"rate_snr": 4.9, | ||
"record_number": 1, | ||
"spectrum": "energy", | ||
"trigger_algorithm_number": 14, | ||
"trigger_time": "2024-08-24T02:14:40.43", | ||
"trigger_type": "rate", | ||
"units": "keV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/alert.schema.json", | ||
"additional_info": "*** ABOUT THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. Only stricly necessary fields are present. This 'about' note is not going to be part of a real-life notice. This field may be missing or empty in case of no comments. An example of a typical notice comment follows. ***\n\nLightcurve and other quicklook files will not be created until about 15 minutes after the trigger.", | ||
"alert_datetime": "2024-08-24T02:14:54", | ||
"data_archive_page": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094", | ||
"detectors_status": [ | ||
"triggered", | ||
"on", | ||
"triggered", | ||
"triggered", | ||
"on", | ||
"on", | ||
"triggered", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on" | ||
], | ||
"event_name": ["GRB240824A"], | ||
"id": ["745121685", "bn240812094"], | ||
"latitude": 23.83, | ||
"light_curve_url": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094/quicklook/glg_lc_medres34_bn240812094.gif", | ||
"longitude": 257.4, | ||
"notice_type": "FERMI_GBM_ALERT", | ||
"rate_duration": 2.048, | ||
"rate_energy_range": [47, 291], | ||
"rate_snr": 4.9, | ||
"record_number": 1, | ||
"trigger_algorithm_number": 14, | ||
"trigger_time": "2024-08-24T02:14:40.43" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/fermi/gbm/strict/alert.schema.json", | ||
"additional_info": "*** ABOUT THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. Only stricly necessary fields are present. This 'about' note is not going to be part of a real-life notice. This field may be missing or empty in case of no comments. An example of a typical notice comment follows. ***\n\nLightcurve and other quicklook files will not be created until about 15 minutes after the trigger.", | ||
"alert_datetime": "2024-08-24T02:14:54", | ||
"data_archive_page": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094", | ||
"detectors_status": [ | ||
"triggered", | ||
"on", | ||
"triggered", | ||
"triggered", | ||
"on", | ||
"on", | ||
"triggered", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on", | ||
"on" | ||
], | ||
"event_name": ["GRB240824A"], | ||
"id": ["745121685", "bn240812094"], | ||
"latitude": 23.83, | ||
"light_curve_url": "http://heasarc.gsfc.nasa.gov/FTP/fermi/data/gbm/triggers/2024/bn240812094/quicklook/glg_lc_medres34_bn240812094.gif", | ||
"longitude": 257.4, | ||
"notice_type": "FERMI_GBM_ALERT", | ||
"rate_duration": 2.048, | ||
"rate_energy_range": [47, 291], | ||
"rate_snr": 4.9, | ||
"record_number": 1, | ||
"trigger_algorithm_number": 14, | ||
"trigger_time": "2024-08-24T02:14:40.43" | ||
} |
Oops, something went wrong.