Skip to content

Commit

Permalink
count rate in core
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Mar 15, 2024
1 parent 292fdc0 commit dc60c89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcn/notices/core/Statistics.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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],
Expand Down
8 changes: 8 additions & 0 deletions gcn/notices/core/Statistics.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"enum": ["rate", "image"],
"description": "Type of trigger algorithm used to identify the transient event."
},
"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]"
Expand Down

0 comments on commit dc60c89

Please sign in to comment.