Skip to content

Commit

Permalink
Merge pull request #132 from Vidushi-GitHub/burstcube/filename
Browse files Browse the repository at this point in the history
snake_case and ra_dec_error
  • Loading branch information
Vidushi-GitHub authored Mar 8, 2024
2 parents 1567daa + 6abdb6e commit a218a08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Test.schema.json",
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/alert.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand All @@ -9,9 +9,7 @@
"id": ["240601000"],
"ra": 232.0,
"dec": -53.1,
"uncertainty_shape": "circle",
"ra_uncertainty": [10],
"dec_uncertainty": [10],
"ra_dec_error": 10,
"containment_probability": 0.9,
"systematic_included": false,
"healpix_url": "https://heasarc.gsfc.nasa.gov/burstcube/trigger/240601000/current/240601000_locmap.fits",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Alert.schema.json",
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/alert.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Alert.schema.json",
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/test.schema.json",
"alert_datetime": "2024-06-01T00:05:00.00Z",
"alert_tense": "current",
"alert_type": "initial",
Expand All @@ -9,9 +9,7 @@
"id": ["240601000"],
"ra": 232.0,
"dec": -53.1,
"uncertainty_shape": "circle",
"ra_uncertainty": [10],
"dec_uncertainty": [10],
"ra_dec_error": 10,
"containment_probability": 0.9,
"systematic_included": false,
"healpix_url": "https://heasarc.gsfc.nasa.gov/burstcube/trigger/240601000/current/240601000_locmap.fits",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/Test.schema.json",
"$id": "https://gcn.nasa.gov/schema/main/gcn/notices/burstcube/test.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Alert",
"description": "BurstCube Trigger Alert",
Expand Down

0 comments on commit a218a08

Please sign in to comment.