Ignore:
Timestamp:
04/29/04 16:44:48 (21 years ago)
Author:
tonello
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.h

    r3802 r3892  
    2424    enum
    2525    {
    26         kUseInterpolation = BIT(1),
    27         kUseCentralPixel  = BIT(2),
    28         kProcessRMS       = BIT(3)
     26        kUseInterpolation = 1,
     27        kUseCentralPixel  = 2,
     28        kProcessRMS       = 3
    2929    };
    3030
     
    3434    void InterpolatePedestals() const;
    3535
    36     //void  Interpolate() const;
    3736    void   Unmap() const;
    3837    void   StreamPrimitive(ofstream &out) const;
Note: See TracChangeset for help on using the changeset viewer.