IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36483


Ignore:
Timestamp:
Feb 6, 2014, 12:21:45 PM (12 years ago)
Author:
eugene
Message:

be consistent with images ctype (derived from DEC not RA)

Location:
trunk/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/markstar/src/gcatstats.c

    r27435 r36483  
    5050  catstats[0].coords.pc1_1 = catstats[0].coords.pc2_2 = 1.0;
    5151  catstats[0].coords.pc1_2 = catstats[0].coords.pc2_1 = 0.0;
    52   strcpy (catstats[0].coords.ctype, "RA---TAN");
     52  strcpy (catstats[0].coords.ctype, "DEC--TAN");
    5353
    5454  X1 = catstats[0].X;
  • trunk/Ohana/src/mosastro/src/warptest.c

    r3323 r36483  
    1515
    1616  /* bore site center guess */
    17   sprintf (coords.ctype, "RA---%s", argv[1]);
     17  sprintf (coords.ctype, "DEC--%s", argv[1]);
    1818  coords.crval1 = 0.0;
    1919  coords.crval2 = 0.0;
Note: See TracChangeset for help on using the changeset viewer.