IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2006, 11:00:53 AM (20 years ago)
Author:
magnier
Message:

nearly done with pmShutterCorrection

File:
1 edited

Legend:

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

    r8866 r8884  
    4848 *  @author Eugene Magnier, IfA
    4949 *
    50  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    51  *  @date $Date: 2006-09-21 02:18:19 $
     50 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     51 *  @date $Date: 2006-09-22 21:00:53 $
    5252 *
    5353 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5555
    5656#include "pslib.h"
    57 
    58 /** Execute flat field module.
    59  *
    60  *  Given an input image and a flat-field image, pmFlatField shall divide the input image by the flat field
    61  *  image.
    62  *
    63  *  @return  bool: True or false for success or failure
    64  */
    6557
    6658typedef struct
     
    7163}
    7264pmShutterCorrPars;
     65
     66pmShutterCorrPars *pmShutterCorrParsAlloc ();
     67pmShutterCorrPars *pmShutterCorrectionGuess (psVector *exptime, psVector *counts);
     68pmShutterCorrPars *pmShutterCorrectionLinFit (psVector *exptime, psVector *counts, float offref);
     69pmShutterCorrPars *pmShutterCorrectionFullFit (psVector *exptime, psVector *counts, pmShutterCorrPars *guess);
Note: See TracChangeset for help on using the changeset viewer.