Skip to content

Commit ed28ed2

Browse files
authored
Add HEASARC archive notices (#141)
1 parent cec9904 commit ed28ed2

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/archive_alert.schema.json",
3+
"mission": "HEASARC",
4+
"alert_datetime": "2022-05-04T00:00:00Z",
5+
"alert_tense": "archival",
6+
"alert_type": "initial",
7+
"observation_start": "2022-02-21T16:12:23.000",
8+
"data_archive_page": "https://heasarc.gsfc.nasa.gov/FTP/ixpe/data/obs/01/01001099/",
9+
"obs_id": "01001099",
10+
"target_name": "Crab",
11+
"mission_page": "https://heasarc.gsfc.nasa.gov/docs/ixpe/",
12+
"facility_name": "IXPE"
13+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/heasarc/archive_alert.schema.json",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
4+
"type": "object",
5+
"title": "HEASARC - Data in Archive",
6+
"description": "Data Archived at HEASARC",
7+
"allOf": [
8+
{
9+
"$ref": "../core/Alert.schema.json"
10+
},
11+
{
12+
"$ref": "../core/DateTime.schema.json"
13+
},
14+
{
15+
"$ref": "../core/Event.schema.json"
16+
},
17+
{
18+
"$ref": "../core/Reporter.schema.json"
19+
}
20+
],
21+
"properties": {
22+
"obs_id": {
23+
"type": "string",
24+
"description": "The observation identifier of the sequence. Also called the observation id, sequence number, and seqnum, it is a series of numerical digits, each signifying different aspects for the observation, such as AO year, proposal number, and target number. Each mission has their own specification for how the obsid is defined. Every observation by an observatory is identified by the obsid. The data set identified by the obsid contains the level one and level 2 data created by that mission's processing pipeline. [Fields to align with IVOA ObsCore]"
25+
},
26+
"target_name": {
27+
"type": "string",
28+
"description": "Name of the target object for the observation [IVOA ObsCore]"
29+
},
30+
"mission_page": {
31+
"type": "string",
32+
"description": "Web page of the creator mission at HEASARC"
33+
},
34+
"facility_name": {
35+
"type": "string",
36+
"description": "Name of the creator of the data [IVOA ObsCore]"
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)