Changeset 3892 for trunk/MagicSoft/Mars/mbadpixels
- Timestamp:
- 04/29/04 16:44:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.h
r3802 r3892 24 24 enum 25 25 { 26 kUseInterpolation = BIT(1),27 kUseCentralPixel = BIT(2),28 kProcessRMS = BIT(3)26 kUseInterpolation = 1, 27 kUseCentralPixel = 2, 28 kProcessRMS = 3 29 29 }; 30 30 … … 34 34 void InterpolatePedestals() const; 35 35 36 //void Interpolate() const;37 36 void Unmap() const; 38 37 void StreamPrimitive(ofstream &out) const;
Note:
See TracChangeset
for help on using the changeset viewer.