IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17732


Ignore:
Timestamp:
May 16, 2008, 4:42:07 PM (18 years ago)
Author:
Paul Price
Message:

Fixing name.

Location:
trunk/psModules/src/camera
Files:
2 edited

Legend:

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

    r17731 r17732  
    407407
    408408
    409 bool pmSubtractionMaskApply(pmReadout *readout, psMaskType maskVal)
     409bool pmReadoutMaskApply(pmReadout *readout, psMaskType maskVal)
    410410{
    411411    PM_ASSERT_READOUT_NON_NULL(readout, false);
  • trunk/psModules/src/camera/pmFPAMaskWeight.h

    r17730 r17732  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-05-17 02:38:46 $
     7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-05-17 02:42:01 $
    99 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    120120/// statistics (very important for quantising images so that a product can be written out!).  This function
    121121/// sets masked areas to NAN in the image and weight.
    122 bool pmSubtractionMaskApply(pmReadout *readout, ///< Readout to mask
    123                             psMaskType maskVal ///< Mask value for which to apply mask
     122bool pmReadoutMaskApply(pmReadout *readout, ///< Readout to mask
     123                        psMaskType maskVal ///< Mask value for which to apply mask
    124124    );
    125125
Note: See TracChangeset for help on using the changeset viewer.