Changeset 10164 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Nov 22, 2006, 5:35:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r9952 r10164 93 93 // Perform statistics on the detrended cell 94 94 if (stats) { 95 ppStats(stats, input->fpa, view, config); 95 bool mdok; // Status of MD lookup 96 pmFPAfile *output = psMetadataLookupPtr(&mdok, config->files, "PPIMAGE.OUTPUT"); 97 if (!mdok || !output) { 98 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file PPIMAGE.OUTPUT.\n"); 99 return false; 100 } 101 ppStats(stats, output->fpa, view, config); 96 102 } 97 103
Note:
See TracChangeset
for help on using the changeset viewer.
