Changeset 7592 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jun 16, 2006, 4:01:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r7585 r7592 45 45 } 46 46 47 // ppImageChipMosaic (config, view);47 ppImageMosaicChip (chip, config, view); 48 48 49 49 // we perform photometry on the readouts of this chip in the output … … 51 51 52 52 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false; 53 54 // XXX paul added these frees: make sure the same is happening in the pmFileIOChecks55 // Now I can blow away the mosaic so I can then read more.56 // psFree(inputChip);57 // psFree(biasChip);58 // psFree(darkChip);59 // psFree(maskChip);60 // psFree(flatChip);61 // ppMemUsed();62 53 } 63 54
Note:
See TracChangeset
for help on using the changeset viewer.
