-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix $id/$schema after renaming files
- Loading branch information
Showing
5 changed files
with
80 additions
and
3 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
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
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
43 changes: 43 additions & 0 deletions
43
gcn/notices/fermi/gbm/strict/FermiGBMStrictAlert1.example.json
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/FermiGBMStrictAlert.schema.json", | ||
"additional_info": "*** PREFACE TO THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. All possible properties are present. This preface uses a field reserved for free-text comments to the notice. The preface is not going to be part of a real-life notice but here might be other comments. 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" | ||
} |
34 changes: 34 additions & 0 deletions
34
gcn/notices/fermi/gbm/strict/FermiGBMStrictAlert2.example.json
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/FermiGBMStrictAlert.schema.json", | ||
"additional_info": "*** PREFACE TO THIS EXAMPLE: This is an example of a Fermi GBM Alert GCN notice. Only stricly necessary fields are present. This preface uses a field reserved for free-text comments to the notice. The preface is not going to be part of a real-life notice but here might be other comments. 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" | ||
} |