Changeset 35081 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Feb 1, 2013, 5:01:08 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r33590 r35081 41 41 ESCAPE("load failure for FPA"); 42 42 } 43 43 44 44 pmChip *chip; // Chip from FPA 45 45 while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) { … … 233 233 ESCAPE("Unable to bin chip (level 2)."); 234 234 } 235 235 if (options->doBackgroundContinuity) { 236 pmFPAfile *out = psMetadataLookupPtr(NULL, config->files, "PPIMAGE.BACKMDL"); 237 pmFPAfileCopyView(out->fpa,out->src,view); 238 } 236 239 // Close cells (XXX shouldn't pmFPAfileClose iterate down as needed?) 237 240 view->cell = -1; … … 251 254 } 252 255 256 // Do background model continuity updates 257 if (!ppImageMosaicBackground(config, options )) { 258 ESCAPE("failure in Background Mosaic"); 259 } 260 253 261 // generate the full-scale FPA mosaic 254 262 if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1")) {
Note:
See TracChangeset
for help on using the changeset viewer.
