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 |
spectral_band | array | Observed spectral band, must be consistent with the 'spectrum' type and expressed in the specified 'units' field |
spectral_center | number | Central value of the observed spectral band, must be consistent with the 'spectrum' type and expressed in the specified 'units' field |
units | string | Units for the spectral data; default unit is keV Options: keV, nm, Hz |
filter | array | Optional filter name, as used in optical observations |
Example
{
"$schema": "https://gcn.nasa.gov/schema/v4.3.0/gcn/notices/core/Reporter.schema.json",
"mission": "Hubble Space Telescope",
"instrument": "Advanced Camera for Surveys",
"record_number": 1,
"messenger": "EM"
}