IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2013, 10:31:05 AM (13 years ago)
Author:
eugene
Message:

make Coords.ctype consistently use the CTYPE2 value; cdensify generates WCS keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/fakeimage.c

    r30613 r36398  
    3434
    3535  /* create a mosaic distortion structure */
    36   strcpy (MOSAIC.ctype, "RA---DIS");
     36  strcpy (MOSAIC.ctype, "DEC--DIS");
    3737  MOSAIC.crval1 = FAKE_RA;
    3838  MOSAIC.crval2 = FAKE_DEC;
     
    8686    strcpy (image[i+1].name, name);
    8787
    88     strcpy (image[i+1].coords.ctype, "RA---WRP");
     88    strcpy (image[i+1].coords.ctype, "DEC--WRP");
    8989   
    9090    image[i+1].coords.crval1 = dX*pixscale;
Note: See TracChangeset for help on using the changeset viewer.