When converting between pixel value and angle the following steps are taken.
Some sample calls are:
IDL> ang = conv_p2a(pix, date)
IDL> ang = conv_p2a(pix, date, /cmd)
IDL> pix = conv_a2p(ang, date, /cmd)
The date is required in order to determine the location of the sun on the CCD and
the roll angle. The S/C roll angle and S/C pointing is taken into consideration, but
the solar B-angle is not taken into account.