.help skultran Mar00 Skywcs .ih NAME skultran -- transform between coordinate systems .ih SYNOPSIS call sk_ultran (incoo, outcoo, ilng, ilat, olng, olat, npts) .nf pointer incoo # the input sky coordinate descriptor pointer outcoo # the output sky coordinate descriptor double ilng, ilat # the input celestial coordinates in expected units double olng, olat # the output celestial coordinates in expected units int npts # the number of input and output coordinate pairs .fi .ih ARGUMENTS .ls incoo The input sky coordinate descriptor. .le .ls outcoo The output sky coordinate descriptor. .le .ls ilng, ilat The input sky coordinates in the units defined by the integer parameters S_NLNGUNITS and S_NLATUNITS. .le .ls olng, olat The output sky coordinates in the units defined by the integer parameters S_NLNGUNITS and S_NLATUNITS. .le .ls npts The number of input and output coordinate pairs. .le .ih DESCRIPTION The coordinates in the input coordinate system are converted to coordinates in the output coordinates system. If the calling program has not set the S_NLNGUNITS and S_NLATUNITS parameters in either system the expected coordinates are hours and degrees for equatorial sky coordinate systems and degrees and degrees for other sky coordinate systems. The calling program must either perform the necessary coordinate conversions or set the units parameters in the input and output sky coordinate descriptors appropriately. .ih SEE ALSO sk_lltran, sk_equatorial .endhelp