Changeset 16249 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jan 25, 2008, 4:15:52 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r15942 r16249 17 17 pmCell *cell; 18 18 pmReadout *readout; 19 20 // measure the total elapsed time in ppImageLoop. 21 psTimerStart ("ppImageLoop"); 19 22 20 23 pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "PPIMAGE.INPUT"); … … 109 112 } 110 113 111 // XXX an optional full-scale FPA mosaic could happen here 112 // it would require us to NOT free PPIMAGE.CHIP until here 113 // ppImageMosaicFPA (config, "PPIMAGE.OUTPUT.FPA", "PPIMAGE.CHIP"); 114 // generate the full-scale FPA mosaic 114 115 if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1")) ESCAPE ("failure in FPA Mosaic (level 1)"); 115 116 if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA2", "PPIMAGE.BIN2")) ESCAPE ("failure in FPA Mosaic (level 2)");
Note:
See TracChangeset
for help on using the changeset viewer.
