- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppImage/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120405/ppImage/src (added) merged: 33949
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppImage/src/ppImage.h
r33415 r34041 48 48 bool doStats; // call ppStats on the image 49 49 bool checkCTE; // measure pixel-based variance 50 bool checkNoise; // measure cell-level variance 50 51 bool applyParity; // Apply Cell parities 51 52 … … 56 57 bool addNoise; // Add noise to degrade MD image to 3pi 57 58 59 bool hasVideo; // Determine if this OTA has a video cell 60 bool useVideoDark; // Should we use a video dark if we can? 61 bool useVideoMask; // Should we use a video mask if we can? 62 58 63 // output files requested 59 64 bool BaseFITS; … … 172 177 bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view); 173 178 179 bool ppImageCheckNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view); 180 174 181 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 175 182
Note:
See TracChangeset
for help on using the changeset viewer.
