Changeset 27317
- Timestamp:
- Mar 17, 2010, 5:26:01 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubVarianceRescale.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubVarianceRescale.c
r26982 r27317 54 54 pmReadout *readout = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT"); // Output image 55 55 56 if (!readout->variance) { 57 // Nothing to renormalise 58 psWarning("Renormalisation of the variance requested, but no variance provided."); 59 return true; 60 } 61 56 62 return pmReadoutVarianceRenormalise(readout, maskBad, num, minValid, maxValid); 57 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
