Changeset 16249
- Timestamp:
- Jan 25, 2008, 4:15:52 PM (18 years ago)
- Location:
- trunk/ppImage/src
- Files:
-
- 2 edited
-
ppImageLoop.c (modified) (2 diffs)
-
ppImageMetadataStats.c (modified) (1 diff)
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)"); -
trunk/ppImage/src/ppImageMetadataStats.c
r14000 r16249 17 17 18 18 // Extract statistics from the last output fpa 19 pmFPAfile *outImage = psMetadataLookupPtr(&mdok, config->files, "PPIMAGE.OUTPUT");19 pmFPAfile *outImage = psMetadataLookupPtr(&mdok, config->files, "PPIMAGE.OUTPUT"); 20 20 pmFPAfile *outPhotom = psMetadataLookupPtr(&mdok, config->files, "PSPHOT.OUTPUT"); 21 21 pmFPAfile *outAstrom = psMetadataLookupPtr(&mdok, config->files, "PSASTRO.OUTPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
