Changeset 25027 for branches/pap/psModules/src/detrend/pmMaskBadPixels.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psModules
- Property svn:mergeinfo deleted
-
branches/pap/psModules/src/detrend/pmMaskBadPixels.h
r21183 r25027 50 50 /// high value in the suspect pixels image, allowing them to be identified. The suspect pixels 51 51 /// image is of type S32. The relevant median and standard deviation must be supplied in the 52 /// readout->analysis metadata as READOUT.MEDIAN, READOUT.STDEV e53 bool pmMaskFlagSuspectPixels (pmReadout *output, ///< Output readout, optionally with suspect pixels image52 /// readout->analysis metadata as READOUT.MEDIAN, READOUT.STDEV 53 bool pmMaskFlagSuspectPixelsBySigma(pmReadout *output, ///< Output readout, optionally with suspect pixels image 54 54 const pmReadout *readout, ///< Readout to inspect 55 55 float median, ///< Image median 56 56 float stdev, ///< Image standard deviation 57 57 float rej, ///< Rejection threshold (standard deviations) 58 psImageMaskType maskVal ///< Mask value for statistics 59 ); 60 61 /// Find out-of-range pixels and flag them 62 /// 63 /// Pixels great > max or < min have the corresponding pixel in the "suspect pixels" image 64 /// incremented. After accumulating over a suitable sample of images, bad pixels should have a 65 /// high value in the suspect pixels image, allowing them to be identified. The suspect pixels 66 /// image is of type S32. The relevant median and standard deviation must be supplied in the 67 /// readout->analysis metadata as READOUT.MEDIAN, READOUT.STDEV 68 bool pmMaskFlagSuspectPixelsByValue(pmReadout *output, ///< Output readout, optionally with suspect pixels image 69 const pmReadout *readout, ///< Readout to inspect 70 float min, ///< Image min acceptable value 71 float max, ///< Image max acceptable value 58 72 psImageMaskType maskVal ///< Mask value for statistics 59 73 );
Note:
See TracChangeset
for help on using the changeset viewer.
