diff --git a/gcn/notices/core/Statistics.example.json b/gcn/notices/core/Statistics.example.json index 2c433f40..3524662b 100644 --- a/gcn/notices/core/Statistics.example.json +++ b/gcn/notices/core/Statistics.example.json @@ -1,7 +1,8 @@ { "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Statistics.schema.json", "far": 0.001, - "trigger_type": "rate", + "net_count_rate": 2000, + "background_count_rate": 250, "rate_snr": 5.2, "rate_duration": 10, "rate_energy_range": [100, 1000], diff --git a/gcn/notices/core/Statistics.schema.json b/gcn/notices/core/Statistics.schema.json index 1f6b659e..11992ddb 100644 --- a/gcn/notices/core/Statistics.schema.json +++ b/gcn/notices/core/Statistics.schema.json @@ -9,10 +9,21 @@ "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]" }, +<<<<<<< HEAD +======= "trigger_type": { "enum": ["rate", "image"], "description": "Type of trigger algorithm used to identify the transient event." }, +>>>>>>> e84f4da1964f4b46bc9da752a3c009fd71d17e68 + "net_count_rate": { + "type": "number", + "description": "Net count rate of the transient above the background [counts/s] over rate duration and rate energy range. Do specify rate_duration and rate_energy_range with net_count_rate property." + }, + "backgound_count_rate": { + "type": "number", + "description": "Count rate of the background for the transient [counts/s] for rate_duration and rate_energy_range used for net count rate." + }, "rate_snr": { "type": "number", "description": "Rate signal to noise ratio [dimensionless]"