IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2006, 3:06:28 PM (20 years ago)
Author:
magnier
Message:

finished, tested pmShutterCorrection

File:
1 edited

Legend:

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

    r8884 r8926  
    4848 *  @author Eugene Magnier, IfA
    4949 *
    50  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    51  *  @date $Date: 2006-09-22 21:00:53 $
     50 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     51 *  @date $Date: 2006-09-25 01:06:28 $
    5252 *
    5353 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6666pmShutterCorrPars *pmShutterCorrParsAlloc ();
    6767pmShutterCorrPars *pmShutterCorrectionGuess (psVector *exptime, psVector *counts);
    68 pmShutterCorrPars *pmShutterCorrectionLinFit (psVector *exptime, psVector *counts, float offref);
    69 pmShutterCorrPars *pmShutterCorrectionFullFit (psVector *exptime, psVector *counts, pmShutterCorrPars *guess);
     68pmShutterCorrPars *pmShutterCorrectionLinFit (psVector *exptime, psVector *counts, psVector *cntError, float offref);
     69pmShutterCorrPars *pmShutterCorrectionFullFit (psVector *exptime, psVector *counts, psVector *cntError, pmShutterCorrPars *guess);
Note: See TracChangeset for help on using the changeset viewer.