Skip to main content
New! October 18 GCN Classic Outage and Schema v4.2.0. See news and announcements
gcnnoticescoreLocalization

Localization

Localization of transient

View the source on GitHub

Properties

* = required

NameTypeDescription
ranumberICRS right ascension [deg], utilizes the J2000 epoch and an equatorial coordinate system
decnumberICRS declination [deg], utilizes the J2000 epoch and an equatorial coordinate system
ra_dec_error
containment_probabilitynumberContainment probability [dimensionless, 0-1]; if absent, default is 0.9
systematic_includedbooleanContains true when the systematic error is included and false when the systematic error is not included
instrument_phinumberInstrument phi [deg]
instrument_thetanumberInstrument theta [deg]
instrument_semimajor_anglenumberPosition angle of semi-major axis in instrument coordinates [deg]
healpix_urlstringURL of HEALPix localization probability file
healpix_filestringBase 64 encoded content of a FITS file

Example

{
  "$schema": "https://gcn.nasa.gov/schema/v4.2.0/gcn/notices/core/Localization.schema.json",
  "ra": 120,
  "dec": 45,
  "ra_dec_error": [
    0.5,
    0.8,
    0
  ],
  "containment_probability": 0.95,
  "systematic_included": true,
  "instrument_phi": 90,
  "instrument_theta": 45,
  "instrument_semimajor_angle": 50,
  "healpix_url": "http://example.com/localization.fits",
  "healpix_file": "H4sIAAAAAAAAC......."
}
Looking for U.S. government information and services? Visit USA.gov