IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 8:41:38 AM (20 years ago)
Author:
magnier
Message:

finished first cut at fringe stats code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/detrend/pmFringeStats.h

    r6758 r6761  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-04-03 06:12:10 $
     7 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-04-04 18:41:38 $
    99 *
    1010 *  Copyright 2004 IfA, University of Hawaii
     
    4141);
    4242
     43/** the pmFringeScale structure defines the relationship between two fringe measurements
     44 */
     45typedef struct
     46{
     47    int nFringeFrames;
     48    psVector *coeff;
     49    psVector *coeffErr;
     50}
     51pmFringeScale;
     52
    4353/** Measure the fringe stats for an image
    4454 *
Note: See TracChangeset for help on using the changeset viewer.