- Timestamp:
- Dec 13, 2013, 10:31:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/addstar/src/fakeimage.c
r30613 r36398 34 34 35 35 /* create a mosaic distortion structure */ 36 strcpy (MOSAIC.ctype, " RA---DIS");36 strcpy (MOSAIC.ctype, "DEC--DIS"); 37 37 MOSAIC.crval1 = FAKE_RA; 38 38 MOSAIC.crval2 = FAKE_DEC; … … 86 86 strcpy (image[i+1].name, name); 87 87 88 strcpy (image[i+1].coords.ctype, " RA---WRP");88 strcpy (image[i+1].coords.ctype, "DEC--WRP"); 89 89 90 90 image[i+1].coords.crval1 = dX*pixscale;
Note:
See TracChangeset
for help on using the changeset viewer.
