Changeset 36083
- Timestamp:
- Aug 31, 2013, 5:24:27 AM (13 years ago)
- Location:
- trunk/pswarp/src
- Files:
-
- 2 edited
-
pswarpLoop.c (modified) (1 diff)
-
pswarpOverlaps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r35563 r36083 54 54 // We re-activate the CMF load so we can transform the sources as well as the pixels. 55 55 // We only need to read in these if the astrometry source is CMF. 56 pmFPAfileActivate(config->files, true, "PSWARP.ASTROM"); 56 if (psMetadataLookupBool(&status, recipe, "SOURCES")) { 57 pmFPAfileActivate(config->files, true, "PSWARP.ASTROM"); 58 } 57 59 58 60 // loop over this section once per input group -
trunk/pswarp/src/pswarpOverlaps.c
r35563 r36083 117 117 psTrace ("pswarp", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 118 118 // if (!chip->file_exists) { continue; } // this fpa refers to the output file, so no chip exist 119 if (!chip->toFPA) { continue; } // this fpa refers to the output file, so no chip exist 119 120 assert (chip->toFPA); 120 121 chip->process = true; // start with process true, we will de-activate later (pswarpFindOverlaps) … … 179 180 for (int j = 0; j < output->chips->n; j++) { 180 181 pmChip *chip = output->chips->data[j]; 182 183 if (!isfinite(tgt->Pmin->data.F32[j])) continue; 184 if (!isfinite(tgt->Pmax->data.F32[j])) continue; 185 if (!isfinite(tgt->Qmin->data.F32[j])) continue; 186 if (!isfinite(tgt->Qmax->data.F32[j])) continue; 181 187 182 188 // we have src bounds
Note:
See TracChangeset
for help on using the changeset viewer.
