IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:09:07 AM (18 years ago)
Author:
Paul Price
Message:

Fixing to match slight differences in psThread

File:
1 edited

Legend:

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

    r18893 r18960  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-08-05 01:24:47 $
     7 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-08 18:09:07 $
    99 * Copyright 2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    6060/// Shutter correction parameters, applicable for a single pixel
    6161typedef struct {
    62     double scale;                       ///< The normalisation for an exposure, A(k) or f'(x,y) 
     62    double scale;                       ///< The normalisation for an exposure, A(k) or f'(x,y)
    6363    double offset;                      ///< The time offset, dTk
    6464    double offref;                      ///< The reference time offset, dTo
    6565    int num;                            ///< Number of points used
    6666    float stdev;                        ///< Standard deviation
    67     bool valid;                         // is the fitted shutter correction valid (produce a significant improvement?)
     67    bool valid;                         // is the fitted shutter correction valid (produce a significant improvement?)
    6868} pmShutterCorrection;
    6969
     
    124124    );
    125125
    126 bool pmShutterCorrectionApplyScan_Threaded (psThreadJob *job);
     126bool pmShutterCorrectionApplyScan_Threaded(const psThreadJob *job);
    127127bool pmShutterCorrectionApplyScan(psImage *image, psImage *shutterImage, psImage *mask, float exptime, psMaskType blank, int rowStart, int rowStop);
    128128
Note: See TracChangeset for help on using the changeset viewer.