Changeset 13498 for trunk/ppImage/src/ppImageDetrendReadout.c
- Timestamp:
- May 23, 2007, 5:24:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendReadout.c
r13461 r13498 18 18 // Masking on the basis of pixel value needs to be done before anything else, so the values are pristine. 19 19 if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) { 20 // create the target mask and weight images 21 pmReadoutGenerateMaskWeight(input, true); 20 pmReadoutGenerateMask(input, true); 22 21 } 23 22 // apply the externally supplied mask to the input->mask pixels … … 50 49 return false; 51 50 } 51 } 52 53 // Weight on the basis of pixel value needs to be done after the overscan has been subtracted 54 if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) { 55 // create the target mask and weight images 56 pmReadoutGenerateWeight(input, true); 52 57 } 53 58
Note:
See TracChangeset
for help on using the changeset viewer.
