Skip to content

Commit

Permalink
Core Schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Mar 26, 2024
1 parent 1567daa commit 475feba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 5 additions & 2 deletions gcn/notices/einstein_probe/wxt/alert.schema.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"dec": 40,
"ra_dec_error": 0.02,
"image_energy_range": [0.5, 4.0],
"net_rate": 1.0,
"image_snr": 1.0
"image_snr": 1.0,
"net_count_rate": 1.0,
"backgound_count_rate": 0.2,
"rate_duration": 10,
"rate_energy_range": [0.5, 4.0]
}
10 changes: 1 addition & 9 deletions gcn/notices/einstein_probe/wxt/alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@
{ "$ref": "../../core/Localization.schema.json" },
{ "$ref": "../../core/Reporter.schema.json" },
{ "$ref": "../../core/Statistics.schema.json" }
],
"properties": {
"$schema": true,
"net_rate": {
"type": "number",
"description": "Net count rate [cnt/sec] of the transient in WXT band (0.5-4.0 keV)."
}
},
"unevaluatedProperties": false
]
}

0 comments on commit 475feba

Please sign in to comment.