- Timestamp:
- Jul 17, 2014, 10:31:58 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Ohana/src/addstar/src/GetFileMode.c (modified) (1 diff)
-
Ohana/src/addstar/src/MatchHeaders.c (modified) (1 diff)
-
Ohana/src/gastro2/src/gstars2.c (modified) (1 diff)
-
Ohana/src/getstar/src/GetFileMode.c (modified) (1 diff)
-
Ohana/src/libfits/matrix/F_compress_M.c (modified) (2 diffs)
-
ippTools/src/remotetool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/GetFileMode.c
r36485 r37054 10 10 int havePHOT_VER, haveTARG_VER; 11 11 12 // NOTE target of %t must be int length 12 13 gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple); 13 14 int haveNaxis = gfits_scan (header, "NAXIS", "%d", 1, &Naxis); -
trunk/Ohana/src/addstar/src/MatchHeaders.c
r37036 r37054 60 60 if (!strcmp (exttype, "PS1_V4")) goto keep; 61 61 if (!strcmp (exttype, "PS1_V5")) goto keep; 62 62 63 if (!strcmp (exttype, "PS1_SV1")) goto keep; 63 64 if (!strcmp (exttype, "PS1_SV2")) goto keep; 64 65 if (!strcmp (exttype, "PS1_SV3")) goto keep; 66 67 if (!strcmp (exttype, "PS1_DV1")) goto keep; 68 if (!strcmp (exttype, "PS1_DV2")) goto keep; 65 69 if (!strcmp (exttype, "PS1_DV3")) goto keep; 66 if (!strcmp (exttype, "PS1_DV4")) { 67 goto keep; 68 } 70 if (!strcmp (exttype, "PS1_DV4")) goto keep; 69 71 continue; 70 72 -
trunk/Ohana/src/gastro2/src/gstars2.c
r36481 r37054 125 125 /* read from FITS table or from text table */ 126 126 /* Is NAXIS == 0 a better test?? */ 127 gfits_scan_alt (&Target[0].header, "NAXIS", "% t", 1, &naxis);127 gfits_scan_alt (&Target[0].header, "NAXIS", "%d", 1, &naxis); 128 128 if ((naxis == 0) && !TEXTMODE) { 129 129 Nskip = gfits_data_size (&Target[0].header); -
trunk/Ohana/src/getstar/src/GetFileMode.c
r36481 r37054 8 8 int simple, extend, haveNaxis, haveCTYPE; 9 9 10 // NOTE target of %t must be int length 10 11 gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple); 11 12 haveNaxis = gfits_scan (header, "NAXIS", "%d", 1, &Naxis); -
trunk/Ohana/src/libfits/matrix/F_compress_M.c
r34088 r37054 58 58 59 59 // is ZIMAGE present? 60 // NOTE target of %t must be int length 60 61 status = gfits_scan_alt (ftable->header, "ZIMAGE", "%t", 1, &zimage); 61 62 if (!status || !zimage) ESCAPE; … … 125 126 int have_ztension; 126 127 128 // NOTE target of %t must be int length 127 129 have_zsimple = gfits_scan_alt (header, "ZSIMPLE", "%t", 1, &zsimple); 128 130 have_ztension = gfits_scan (header, "ZTENSION", "%s", 1, exttype); -
trunk/ippTools/src/remotetool.c
r36981 r37054 358 358 PXOPT_LOOKUP_S64(remote_id, config->args, "-remote_id", true, false); 359 359 psAssert(remote_id,"This should have failed before this point."); 360 360 361 361 psMetadata *where = psMetadataAlloc(); 362 362 psMetadata *values = psMetadataAlloc();
Note:
See TracChangeset
for help on using the changeset viewer.
