Skip to content

Commit

Permalink
fixing verification errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Nov 30, 2023
1 parent c259f94 commit c00d800
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions gcn/notices/burstcube/Alert.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"mission": "BurstCube",
"record_number": 1,
"trigger_time": "2024-06-01T00:00:00.0Z",
"event_name": "GRB240601A",
"id": "b240601000",
"event_name": ["GRB240601A"],
"id": ["b240601000"],
"ra": 232.0,
"dec": -53.1,
"uncertainty_shape": "circle",
"ra_uncertainty": [-4.6, 6.1],
"dec_uncertainty": [-3.4, 5.6],
"systematic_included": 0,
"systematic_included": false,
"healpix_url": "https://heasarc.gsfc.nasa.gov/burstcube/trigger/b240601000/current/b240601000_locmap.fits",
"healpix_file": "stuff",
"rate_snr": 7.2,
"rate_duration": 1.024,
"rate_energy_range": [50, 300],
"classification": { "GRB": 0.95, "SF": 0.03, "Local Particles": 0.02 },
"t90": 2.3,
"t90_error": 0.1,
"t90_error": [0.1, 0.1],
"detector_status": {
"CsI0": "triggered",
"CsI1": "triggered",
Expand Down
15 changes: 7 additions & 8 deletions gcn/notices/burstcube/Alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@
"$ref": "../core/Alert.schema.json"
},
{
"$ref": "../../core/Reporter.schema.json"
"$ref": "../core/Reporter.schema.json"
},
{
"$ref": "../../core/DateTime.schema.json"
"$ref": "../core/DateTime.schema.json"
},
{
"$ref": "../../core/Event.schema.json"
"$ref": "../core/Event.schema.json"
},
{
"$ref": "../core/Localization.schema.json"
},
{
"$ref": "../../core/Statistics.schema.json"
"$ref": "../core/Statistics.schema.json"
},
{
"$ref": "../../core/Duration.schema.json"
"$ref": "../core/Duration.schema.json"
},
{
"$ref": "../../core/DetectorStatus.schema.json"
"$ref": "../core/DetectorStatus.schema.json"
}
],
"properties": {}
]
}

0 comments on commit c00d800

Please sign in to comment.