coe2eq -- convert a pixel position on a COE projection image section to RA,Dec
coe2eq xpix ypix
- image = "" [file name template]
- The names of the input image which must have an appropriate header containing the "conic equal-area" (COE) projection information. Normally this is an output from the EIS drizzle task.
- xpix = 0.0 [real]
- The pixel position in X for coordinate conversion.
- ypix = 0.0 [real]
- The pixel position in X for coordinate conversion.
coe2eq converts a pixel position on a output image from the EIS drizzle task in conic equal area (COE) projection into an equatorial position (RA,Dec). The necessary transformation parameters are obtained from the header.
coe2eq test.hhh 1000 1000This command will give the RA,Dec of pixel (1000,1000) on image test.hhh.
It takes practically no time at all.
This task assumes COE projection and doesn't check that this is appropriate.
eq2coe,drizzle,parapredriz,stsdas.toolbox.imgtools.xy2rd