-
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.
adding new archive notices. will mainly be doing ixpe now; nustar is …
…there just to see how this can expand
- Loading branch information
Showing
4 changed files
with
98 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,12 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/ixpe/archive_alert.schema.json", | ||
"mission": "IXPE", | ||
"alert_datetime": "2022-05-04T00:00:00Z", | ||
"alert_tense": "archival", | ||
"alert_type": "initial", | ||
"data_archive_page": "https://heasarc.gsfc.nasa.gov/FTP/ixpe/data/obs/01/01001099/", | ||
"observation_id": 01001099, | ||
"target_name": "Crab", | ||
"observation_datetime":"2022-02-21T16:12:23.000", | ||
"mission_page":"https://heasarc.gsfc.nasa.gov/docs/ixpe/" | ||
} |
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,37 @@ | ||
{ | ||
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/ixpe/archive_alert.schema.json", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"type": "object", | ||
"unevaluatedProperties": false, | ||
"title": "HEASARC - IXPE Data in Archive", | ||
"description": "IXPE Data Archived at HEASARC", | ||
"allOf": [ | ||
{ | ||
"$ref": "../core/Reporter.schema.json" | ||
}, | ||
{ | ||
"$ref": "../core/Alert.schema.json" | ||
}, | ||
{ | ||
"$ref": "../core/Event.schema.json" | ||
} | ||
], | ||
"properties": { | ||
"observation_id": { | ||
"type": "number", | ||
"description": "The observation ID of the sequence" | ||
}, | ||
"target_name": { | ||
"type": "string", | ||
"description": "Name of the target object for the observation" | ||
}, | ||
"observation_datetime": { | ||
"type": "string", | ||
"description": "Start time of observation" | ||
}, | ||
"mission_page": { | ||
"type": "string", | ||
"description": "Webpage of mission at HEASARC" | ||
} | ||
} | ||
} |
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,12 @@ | ||
{ | ||
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/nicer/archive_alert.schema.json", | ||
"mission": "NuSTAR", | ||
"alert_datetime": "2024-01-21T00:00:00Z", | ||
"alert_tense": "archival", | ||
"alert_type": "initial", | ||
"data_archive_page": "https://heasarc.gsfc.nasa.gov/FTP/nustar/data/obs/00/6/60061224002/", | ||
"observation_id": 60061224002, | ||
"target_name": "NGC4138", | ||
"observation_datetime":"2024-01-08 11:21:09", | ||
"mission_page":"https://heasarc.gsfc.nasa.gov/docs/nustar/" | ||
} |
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,37 @@ | ||
{ | ||
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/nustar/archive_alert.schema.json", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"type": "object", | ||
"unevaluatedProperties": false, | ||
"title": "HEASARC - NuSTAR Data in Archive", | ||
"description": "NuSTAR Data Archived at HEASARC", | ||
"allOf": [ | ||
{ | ||
"$ref": "../core/Reporter.schema.json" | ||
}, | ||
{ | ||
"$ref": "../core/Alert.schema.json" | ||
}, | ||
{ | ||
"$ref": "../core/Event.schema.json" | ||
} | ||
], | ||
"properties": { | ||
"observation_id": { | ||
"type": "number", | ||
"description": "The observation ID of the sequence" | ||
}, | ||
"target_name": { | ||
"type": "string", | ||
"description": "Name of the target object for the observation" | ||
}, | ||
"observation_datetime": { | ||
"type": "string", | ||
"description": "Start time of observation" | ||
}, | ||
"mission_page": { | ||
"type": "string", | ||
"description": "Webpage of mission at HEASARC" | ||
} | ||
} | ||
} |