Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CTYPEn and CUNITn values provide information about the axis to which this group of values applies.  The rest of the keywords can then be used to calculate points of interest upon that axis.  For instance, in axes longer than 1, we have:

Minimum:  CRVALn + CRDELnCDELTn*(1-CRPIXn)

Center:      CRVALn + CRDELnCDELTn*(NAXISn/2 - CRPIXn)

Maximum: CRVALn + CRDELnCDELTn*(NAXISn - CRPIXn)

There are similar formulae for the minimum and maximum values of an axis. 

...