Reporter
Alert Reporter instrument
View the source on GitHub
Properties
* = required
| Name | Type | Description |
|---|---|---|
| mission | string | Name of Mission or Telescope reporting the event |
| instrument | string | Name of the Instrument reporting the event |
| record_number | number | Incremental number for messages from the instrument during a given trigger (ex: 1, 2, 3) |
| messenger | enum | Messenger of report; EM, GW or Neutrino Options: EM, GW, Neutrino |
| spectrum | string | high-energy or optical or radio observations, if not parsed, then default band is energy Options: energy, wavelength, frequency |
| units | string | Units of band range, if not parsed, then default energy is keV Options: keV, nm, Hz |
| filter | array | Optional filter name, as used in optical observations |
Example
{
"$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/core/Reporter.schema.json",
"mission": "Hubble Space Telescope",
"instrument": "Advanced Camera for Surveys",
"record_number": 1,
"messenger": "EM"
}