IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2006, 4:18:19 PM (20 years ago)
Author:
magnier
Message:

working on shutter corrections

File:
1 edited

Legend:

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

    r8842 r8866  
    2828 * we avoid directly fitting these values as the process would be a non-linear
    2929 * least-squares problem for every pixel in the image, and thus very time
    30  * consumning.  There are instead linear options which may be used instead.
     30 * consuming.  There are linear options which may be used instead.
    3131 * First, as T_o goes to a large value, s() approaches the value of f'(x,y).
    3232 * Next, as T_o goes to a very small value, s() approaches the value of
     
    4848 *  @author Eugene Magnier, IfA
    4949 *
    50  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    51  *  @date $Date: 2006-09-20 01:03:00 $
     50 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     51 *  @date $Date: 2006-09-21 02:18:19 $
    5252 *
    5353 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6464 */
    6565
    66 bool pmFlatField(
    67     pmReadout *in,          ///< Readout with input image
    68     const pmReadout *flat   ///< Readout with flat image
    69 );
    70 
    7166typedef struct
    7267{
    73     double scale;
    74     double offset;
    75     double offref;
     68    double scale;     // A(k)
     69    double offset;   // dTk
     70    double offref;   // dTo
    7671}
    7772pmShutterCorrPars;
Note: See TracChangeset for help on using the changeset viewer.