- Timestamp:
- Apr 19, 2013, 3:42:02 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk merged: 35353-35354,35356-35368,35380,35383-35384,35388-35392,35394-35400,35409-35411
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/pswarp/src/pswarpLoop.c
r35373 r35413 77 77 // Turn all skycell files on to generate them, and then turn them off for the loop over the input images 78 78 // the input, which is in a different format. 79 { 80 pswarpFileActivation(config, detectorFiles, false); 81 pswarpFileActivation(config, photFiles, false); 82 pswarpFileActivation(config, independentFiles, false); 83 pswarpFileActivation(config, skycellFiles, true); 84 if (!pswarpIOChecksBefore(config)) { 85 psError(psErrorCodeLast(), false, "Unable to read files."); 86 goto DONE; 87 } 88 pswarpFileActivation(config, skycellFiles, false); 89 } 79 // XXX why is this being done here, doesn't it duplicate the work in pswarpDefine.c?? 80 pswarpFileActivation(config, detectorFiles, false); 81 pswarpFileActivation(config, photFiles, false); 82 pswarpFileActivation(config, independentFiles, false); 83 pswarpFileActivation(config, skycellFiles, false); 84 85 // pswarpFileActivation(config, skycellFiles, true); 86 // if (0) { 87 // if (!pswarpIOChecksBefore(config)) { 88 // psError(psErrorCodeLast(), false, "Unable to read files."); 89 // goto DONE; 90 // } 91 // } 92 90 93 91 94 // Read the input astrometry … … 164 167 } 165 168 169 // *** main transformation block 166 170 pmChip *chip; 167 171 while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
