IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2007, 5:51:03 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmConfigMask to use symbolic names for mask values. Need to adapt APIs that use mask values to accept the values for those masks (which can be obtained from pmConfigMask).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFlatField.h

    r12696 r13591  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-03-30 21:12:56 $
     7 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-06-02 03:51:03 $
    99 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    2424/// are masked, if there is a mask present in the input readout.
    2525bool pmFlatField(pmReadout *in,         ///< Readout with input image
    26                  const pmReadout *flat  ///< Readout with flat image
     26                 const pmReadout *flat,  ///< Readout with flat image
     27                 psMaskType badFlat     ///< Mask value to give bad flat pixels
    2728                );
    2829/// @}
Note: See TracChangeset for help on using the changeset viewer.