IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:25:00 AM (18 years ago)
Author:
eugene
Message:

re-organization of the named mask bit handling: pmConfigMaskSetBits now assigns the bits to names and make the recipe consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.h

    r17732 r18554  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-05-17 02:42:01 $
     7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-07-15 20:25:00 $
    99 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    3232    PM_MASK_MARK     = 0x80,            ///< The pixel is marked as temporarily ignored
    3333} pmMaskValue;
    34 #else
    3534#define PM_MASK_MARK 0x80            ///< The pixel is marked as temporarily ignored
    3635#define PM_MASK_SAT  0x04            ///< The pixel is saturated in the image of interest
     
    4342/// iterating using pmReadoutReadNext, in which case the HDU can't be generated.
    4443bool pmReadoutSetMask(pmReadout *readout, ///< Readout for which to set mask
    45                       psMaskType sat ///< Mask value to give saturated pixels
    46                       psMaskType bad    ///< Mask value to give bad (low) pixels
     44                      psMaskType satMask, ///< Mask value to give saturated pixels
     45                      psMaskType badMask  ///< Mask value to give bad (low) pixels
    4746    );
    4847
Note: See TracChangeset for help on using the changeset viewer.