IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding modification of variance map by the shutter correction.

File:
1 edited

Legend:

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

    r21183 r21457  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-01-27 06:39:38 $
     7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-02-12 19:33:30 $
    99 * Copyright 2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    9191    float offref,                       ///< Reference time offset
    9292    int nIter,                          ///< Number of iterations
    93     float rej                           ///< Rejection threshold (sigma)
     93    float rej                           ///< Rejection threshold (sigma)
    9494    );
    9595
     
    131131bool pmShutterCorrectionApplyScan(
    132132    psImage *image,                     ///< Input image to correct
     133    psImage *mask,                      ///< Input mask image
     134    psImage *var,                       ///< Input variance image
    133135    const psImage *shutterImage,        ///< Shutter correction image
    134     psImage *mask,                      ///< Input mask image
    135136    float exptime,                      ///< Exposure time to which to correct
    136137    psImageMaskType blank,                   ///< Mask value to give blank pixels
Note: See TracChangeset for help on using the changeset viewer.