Skip to content

Commit

Permalink
add trigger_type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jracusin committed Mar 14, 2024
1 parent a218a08 commit 03d2e2f
Showing 1 changed file with 4 additions and 0 deletions.
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 03d2e2f

Please sign in to comment.