Skip to content

Commit

Permalink
Merge pull request nasa-gcn#135 from jracusin/trigger-type
Browse files Browse the repository at this point in the history
add trigger_type enum to core
  • Loading branch information
Vidushi-GitHub authored Mar 14, 2024
2 parents a218a08 + e76be84 commit 292fdc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcn/notices/core/Statistics.example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Statistics.schema.json",
"far": 0.001,
"trigger_type": "rate",
"rate_snr": 5.2,
"rate_duration": 10,
"rate_energy_range": [100, 1000],
Expand Down
4 changes: 4 additions & 0 deletions gcn/notices/core/Statistics.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"type": "number",
"description": "False alarm rate: the rate of occurrence of non-astrophysical events that are of the same intensity or significance as the current event [Hz]"
},
"trigger_type": {
"enum": ["rate", "image"],
"description": "Type of trigger algorithm used to identify the transient event."
},
"rate_snr": {
"type": "number",
"description": "Rate signal to noise ratio [dimensionless]"
Expand Down

0 comments on commit 292fdc0

Please sign in to comment.