- Timestamp:
- Jul 3, 2013, 1:43:50 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130509/ppImage/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImageDetrendReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/ppImage/src
- Property svn:mergeinfo changed
/trunk/ppImage/src merged: 35612,35685,35722
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130509/ppImage/src/ppImageDetrendReadout.c
r35531 r35747 56 56 } 57 57 done_video_check: 58 58 59 59 // Masking on the basis of pixel value needs to be done before anything else, so the values are pristine. 60 60 if (options->doMaskBuild) { … … 74 74 pmMaskBadPixels(input, mask, options->maskValue); 75 75 } 76 77 if (options->doApplyBurntool) 78 { 79 // extern bool ppImageBurntoolApply(pmConfig *, ppImageOptions *, pmFPAview *, pmReadout *); 80 ppImageBurntoolApply(config, options, view, input); 81 } 82 76 83 if (options->doMaskBurntool) { 77 ppImageBurntoolMask(config,options,view,input); 84 if (options->doApplyBurntool) { 85 // build burntool mask from data input burntool table 86 ppImageBurntoolMaskFromTable(config,options,view,input); 87 } else { 88 // build burntool mask from data in the input image's fits extension 89 ppImageBurntoolMask(config,options,view,input); 90 } 78 91 } 79 92
Note:
See TracChangeset
for help on using the changeset viewer.
