IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2009, 9:25:52 AM (17 years ago)
Author:
Paul Price
Message:

Adding modification of variance map by the flat-field. Removing multiple type cases for flat-field, since all images are of type F32.

File:
1 edited

Legend:

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

    r21183 r21456  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-01-27 06:39:38 $
     7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-02-12 19:25:52 $
    99 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    3636    psImage *inImage,                   ///< Input image to correct
    3737    psImage *inMask,                    ///< Input mask image
     38    psImage *inVar,                     ///< Input variance image
    3839    const psImage *flatImage,           ///< Flat-field image
    3940    const psImage *flatMask,            ///< Flat-field mask
    40     psImageMaskType badFlag,                 ///< Mask value to give bad pixels
     41    psImageMaskType badFlag,            ///< Mask value to give bad pixels
    4142    int xOffset, int yOffset,           ///< Offset between input and flat-field
    4243    int rowStart, int rowStop           ///< Scan range
Note: See TracChangeset for help on using the changeset viewer.