Skip to content

Commit

Permalink
Merge pull request nasa-gcn#136 from Vidushi-GitHub/core/counts
Browse files Browse the repository at this point in the history
Count rate in core
  • Loading branch information
Vidushi-GitHub authored Mar 16, 2024
2 parents 292fdc0 + 6c5fc4f commit 4afa424
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 during the transient [counts/s] over same 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 4afa424

Please sign in to comment.