IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:06:30 PM (20 years ago)
Author:
Paul Price
Message:

Adding iteration and masking to shutter measurement

File:
1 edited

Legend:

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

    r9315 r9336  
    4848 *  @author Eugene Magnier, IfA
    4949 *
    50  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    51  *  @date $Date: 2006-10-05 23:36:26 $
     50 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     51 *  @date $Date: 2006-10-06 03:06:30 $
    5252 *
    5353 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282        const psVector *counts, // Counts for each exposure
    8383        const psVector *cntError, // Error in the counts, for each exp.
    84         float offref // Reference time offset
     84        const psVector *mask, // Mask for each exposure
     85        float offref, // Reference time offset
     86        int nIter, // Number of iterations
     87        float rej, // Rejection threshold (sigma)
     88        psMaskType maskVal // Mask value
    8589                                              );
    8690
     
    99103                                    psStatsOptions meanStat, // Statistic to use for mean
    100104                                    psStatsOptions stdevStat, // Statistic to use for stdev
     105                                    int nIter, // Number of iterations
     106                                    float rej, // Rejection threshold (sigma)
    101107                                    psMaskType maskVal // Mask value
    102108                                   );
    103109
     110// Apply a shutter correction
     111bool pmShutterCorrectionApply(pmReadout *readout, // Readout to which to apply shutter correction
     112                              const pmReadout *shutter // Shutter correction readout
     113                             );
     114
    104115#endif
Note: See TracChangeset for help on using the changeset viewer.