Function: irco_praxname Purpose: provide names for the axes in all coor/proj systems Category: IRAS, private to program: IMAGE Author: Do Kester do@guspace.rug.nl Use: void irco_praxname_c( fint *coor, I coordinate system number fint *prid, I projection type number fchar lname, O name of the 'longitude' axis fchar bname ) O name of the 'latitude' axis USE For the combination of coordinate system and projection type identification names are returned which are valid in FITS. The names which are returned, represent the coordinate axis (l/bname: 4 char) padded with a projection type (pname: 4 char). coor.name lname bname prid pname EQUatorial RA-- DEC- 1 -STG ECLiptic ELON ELAT 2 -TAN GALactic GLON GLAT 3 -AZD SUPergalactic SLON SLAT 4 -AZA SUNreferenced SUNL SUNB 5 -SIN unknown L--- B--- 6 -CYL 7 -MER 8 -GLS 9 -AIT 10 -FLT 0 ---- See irco_name for a full description of the coordinate systems and irco_prname for the projection types. Updates: 05 Sep 1991: DK, Creation date Original: KOPRAX Structured and translated by ASSISTANT II Plus, v1.2