IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13105


Ignore:
Timestamp:
May 1, 2007, 12:04:16 PM (19 years ago)
Author:
eugene
Message:

CTYPE needs to by DEC--TAN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/sky_tessalation.c

    r12775 r13105  
    292292  // only keep one of the parity images
    293293  if (((triangle[0].d >= 0) && (parity == +1)) || ((triangle[0].d < 0) && (parity == -1))) {
    294     strcpy (image[0].coords.ctype, "RA---TAN");
     294    strcpy (image[0].coords.ctype, "DEC--TAN");
    295295  } else {
    296296    strcpy (image[0].coords.ctype, "DROP");
Note: See TracChangeset for help on using the changeset viewer.