IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 1:36:26 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmShutterCorrectionMeasure to measure the shutter correction given an array of images.

File:
1 edited

Legend:

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

    r9298 r9315  
    4848 *  @author Eugene Magnier, IfA
    4949 *
    50  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    51  *  @date $Date: 2006-10-05 20:48:56 $
     50 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     51 *  @date $Date: 2006-10-05 23:36:26 $
    5252 *
    5353 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    5454 */
     55
     56#ifndef PM_SHUTTER_CORRECTION_H
     57#define PM_SHUTTER_CORRECTION_H
    5558
    5659#include "pslib.h"
     
    8891        const pmShutterCorrection *guess // Initial guess
    8992                                               );
     93
     94// Measure a shutter correction image from an array of images
     95psImage *pmShutterCorrectionMeasure(const psVector *exptimes, // Exposure times
     96                                    const psArray *images, // Input images
     97                                    const psArray *masks, // Mask images
     98                                    unsigned int size, // Size of samples
     99                                    psStatsOptions meanStat, // Statistic to use for mean
     100                                    psStatsOptions stdevStat, // Statistic to use for stdev
     101                                    psMaskType maskVal // Mask value
     102                                   );
     103
     104#endif
Note: See TracChangeset for help on using the changeset viewer.