Skip to content

Commit

Permalink
add additional_info about net_count_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
modot committed Apr 11, 2024
1 parent 4afa424 commit e741e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
5 changes: 3 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,7 @@
"dec": 40,
"ra_dec_error": 0.02,
"image_energy_range": [0.5, 4.0],
"net_rate": 1.0,
"image_snr": 1.0
"net_count_rate": 1.0,
"image_snr": 1.0,
"additional_info": "The net count rate is derived from an accumulated image (up to 20 min) in 0.5-4 keV assuming a constant flux. It could be significantly different from the count rate of a short duration burst."
}
13 changes: 3 additions & 10 deletions gcn/notices/einstein_probe/wxt/alert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
{ "$ref": "../../core/DateTime.schema.json" },
{ "$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
{ "$ref": "../../core/Statistics.schema.json" },
{ "$ref": "../../core/AdditionalInfo.schema.json" }
]
}

0 comments on commit e741e82

Please sign in to comment.