Changeset 14007
- Timestamp:
- Jul 3, 2007, 1:52:18 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ppMerge/src/ppMergeCombine.c (modified) (1 diff)
-
ppStack/src/ppStackLoop.c (modified) (1 diff)
-
ppSub/src/ppSubLoop.c (modified) (1 diff)
-
pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r13939 r14007 286 286 data->stats = psMetadataAlloc(); 287 287 } 288 if (!ppStats (data->stats, data->out, view, options->combine->maskVal, config)) {288 if (!ppStatsFPA(data->stats, data->out, view, options->combine->maskVal, config)) { 289 289 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to generate stats for image.\n"); 290 290 return false; -
trunk/ppStack/src/ppStackLoop.c
r13667 r14007 87 87 // Perform statistics on the cell 88 88 if (stats) { 89 ppStats (stats, input->fpa, view, maskBlank, config);89 ppStatsFPA(stats, input->fpa, view, maskBlank, config); 90 90 } 91 91 -
trunk/ppSub/src/ppSubLoop.c
r13665 r14007 142 142 return false; 143 143 } 144 ppStats (stats, output->fpa, view, maskVal, config);144 ppStatsFPA(stats, output->fpa, view, maskVal, config); 145 145 } 146 146 -
trunk/pswarp/src/pswarpLoop.c
r13904 r14007 211 211 // Perform statistics on the output image 212 212 if (stats) { 213 if (!ppStats (stats, output->parent->parent->parent, view, maskBad | maskPoor, config)) {213 if (!ppStatsFPA(stats, output->parent->parent->parent, view, maskBad | maskPoor, config)) { 214 214 psWarning("Unable to perform statistics on warped image."); 215 215 }
Note:
See TracChangeset
for help on using the changeset viewer.
