Changeset 17270 for trunk/pstamp/src/ppstampParseCamera.c
- Timestamp:
- Apr 1, 2008, 3:22:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/ppstampParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/ppstampParseCamera.c
r16593 r17270 34 34 } 35 35 36 // XXX: create a filerule for PPSTAMP.ASTROM 37 pmFPAfile *astrom = pmFPAfileDefineFromArgs(&status, config, "PSWARP.ASTROM", "ASTROM"); 38 if (!status) { 39 psError(PS_ERR_UNKNOWN, false, "failed to find astrom definitiion"); 40 return NULL; 41 } 42 if (astrom) { 43 psLogMsg ("ppstamp", 3, "using supplied astrometry\n"); 44 } else { 45 psLogMsg ("ppstamp", 3, "using header astrometry\n"); 46 } 47 36 48 #ifdef notyet 37 49 // add recipe options supplied on command line … … 55 67 } 56 68 57 // TODO: only do the workaround if the file level is chip, skycells should be fine69 // XXX: TODO: only do the workaround if the file level is chip, skycells should be fine 58 70 if (!strcmp(config->cameraName, "MEGACAM")) { 59 71 // workaround bug 986 and related
Note:
See TracChangeset
for help on using the changeset viewer.
