Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.15 KB

File metadata and controls

42 lines (30 loc) · 1.15 KB

Energy dispersion format

The format to store full-enclosure energy dispersion (see :ref:`iact-edisp`) is the following:

EDISP_2D

The energy dispersion information is saved as a :ref:`fits-arrays-bintable-hdu` with the following required columns.

Columns:

  • ENERG_LO, ENERG_HI -- ndim: 1, unit: TeV
    • True energy axis
  • MIGRA_LO, MIGRA_HI -- ndim: 1, unit: dimensionless
    • Energy migration axis (defined above)
  • THETA_LO, THETA_HI -- ndim: 1, unit: deg
  • MATRIX -- ndim: 3, unit: dimensionless

Recommended axis order: ENERGY, MIGRA, THETA

Header keywords:

As explained in :ref:`hduclass`, the following header keyword should be used to declare the type of HDU:

Example data file: TODO