From 03d2e2f06eeeef9cad3c0de9f2c61ba1e0a4e91b Mon Sep 17 00:00:00 2001 From: Judy Racusin Date: Thu, 14 Mar 2024 07:42:47 -0400 Subject: [PATCH] add trigger_type enum --- gcn/notices/core/Statistics.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcn/notices/core/Statistics.schema.json b/gcn/notices/core/Statistics.schema.json index f818596d..1f6b659e 100644 --- a/gcn/notices/core/Statistics.schema.json +++ b/gcn/notices/core/Statistics.schema.json @@ -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]"