Representing Celestial Coordinate Systems - 6

Skew linear coordinates in yellow -
pixel coordinates in grey

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

  • The 1981 prescription of linear coordinates reserved keyword CROTAj to define a rotation, but usage was not formally defined.


  • General linear transformation matrix introduced in 1988 (Hanisch & Wells):

    • Form without scales (CDij matrix):
      X = X0 + c11 (I - I0) + c12 (J - J0),
      Y = Y0 + c21 (I - I0) + c22 (J - J0).


    • Form which retains scales (PCij matrix):
      X = X0 + dX [ p11 (I - I0) + p12 (J - J0) ],
      Y = Y0 + dY [ p21 (I - I0) + p22 (J - J0) ].

  • Allows general affine transformations to be defined - scale, rotation, skew.


  • Additional FITS keywords:   CDij (cij), PCij (pij).