Changeset 37054 for trunk/Ohana/src/addstar
- Timestamp:
- Jul 17, 2014, 10:31:58 AM (12 years ago)
- Location:
- trunk/Ohana/src/addstar/src
- Files:
-
- 2 edited
-
GetFileMode.c (modified) (1 diff)
-
MatchHeaders.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
Note:
See TracChangeset
for help on using the changeset viewer.
