4-Detector Skymap With 8 Arcminute PixelsDownload Links:
Here are some notes on the MAXIMA pixelization to allow people familiar with FITS jargon to display MAXIMA maps quickly:- MAXIMA-1 data maps are projected according to the pseudo-cylindrical Sanson-Flamsteed projection, an equal-area projection with projection law: x=(alpha-alpha0) cos(delta) where x and y are the projected native coordinates (Calabretta & Greisen 2002). 1) To pass from celestial coordinates to pixel coordinates ix= x/ CDELT1 + CRPIX1 where 2) To pass from pixel coordinates to celestial coordinates x= (ix-CRPIX1)* CDELT1 Note : since the reference point for the projection has alpha_p=alpha0, delta_p=0, the rotation of the reference frame is equivalent to adding alpha0 to the alpha coordinates (a consequence of setting up CRVAL2=0). For these maps: CRPIX1, CRPIX2 = you choose, but it should correspond to the center point of your displayed array image. References: [adapted from a document written by Domingos Barbosa, dated 02/25/02] |