Changeset 21364 for trunk/ppImage/src/ppImageDetrendReadout.c
- Timestamp:
- Feb 5, 2009, 4:36:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendReadout.c
r20626 r21364 59 59 60 60 // Weight on the basis of pixel value needs to be done after the overscan has been subtracted 61 if (options->do WeightBuild) {62 // create the target mask and weightimages63 pmReadoutGenerate Weight(input, true);61 if (options->doVarianceBuild) { 62 // create the target mask and variance images 63 pmReadoutGenerateVariance(input, true); 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.
