Representing Celestial Coordinate Systems - 5

Simple linear coordinates in yellow -
pixel coordinates in grey

Prev 1 2 3 4 5 6 7 8 9 10 11 Next

  • The first coordinate rules for FITS date from 1981 (Wells, Greisen, & Harten).


  • Simple linear world coordinates:

    • Basic mathematical requirement is ...
      X = X0 + dX I,
      Y = Y0 + dY J,


    • ... but the actual implementation was
      X = X0 + dX (I - I0),
      Y = Y0 + dY (J - J0).

  • While not strictly necessary in a mathematical sense, introduction of the reference point (I0, J0) as a convenience was to prove important later.


  • Can only handle separable, linear systems, i.e.

    X = X(I),
    Y = Y(J).


  • Additional FITS keywords:   CRPIXj (I0),   CDELTi (dX),   CRVALi (X0).