Changeset 36481 for trunk/Ohana/src/getstar
- Timestamp:
- Feb 6, 2014, 12:20:57 PM (12 years ago)
- Location:
- trunk/Ohana/src/getstar/src
- Files:
-
- 2 edited
-
GetFileMode.c (modified) (1 diff)
-
MatchImages.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/GetFileMode.c
r34088 r36481 10 10 gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple); 11 11 haveNaxis = gfits_scan (header, "NAXIS", "%d", 1, &Naxis); 12 haveCTYPE = gfits_scan (header, "CTYPE 1", "%s", 1, ctype);12 haveCTYPE = gfits_scan (header, "CTYPE2", "%s", 1, ctype); 13 13 14 14 gfits_scan_alt (header, "EXTEND", "%t", 1, &extend); -
trunk/Ohana/src/getstar/src/MatchImages.c
r34430 r36481 36 36 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 37 37 tcoords.Npolyterms = 1; 38 strcpy (tcoords.ctype, " RA---TAN");38 strcpy (tcoords.ctype, "DEC--TAN"); 39 39 /* register so image->sky conversions below have correct mosaic */ 40 40 } else { … … 44 44 tcoords.pc1_2 = tcoords.pc2_1 = 0.0; 45 45 tcoords.Npolyterms = 1; 46 strcpy (tcoords.ctype, " RA---TAN");46 strcpy (tcoords.ctype, "DEC--TAN"); 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
