IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2006, 5:29:28 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmFringeStatsConcatenate()

File:
1 edited

Legend:

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

    r7562 r7828  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-06-14 22:04:40 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-07-06 03:29:28 $
    99 *
    1010 *  Copyright 2004 IfA, University of Hawaii
     
    9393                                    );
    9494
     95// Concatenate the fringe stats for several readouts into a single fringe stats.  The idea is that each
     96// readout of each chip should be measured separately (so as to avoid any gaps, as in the case for GPC), but
     97// then perform the fit to all the readouts belonging to a chip.  To do so, we need to concatenate.
     98pmFringeStats *pmFringeStatsConcatenate(const psArray *fringes, // Array of pmFringeStats for the readouts
     99                                        const psVector *x0, // Offset in x for the readout
     100                                        const psVector *y0 // Offset in y for the readout
     101                                       );
     102
    95103//////////////////////////////////////////////////////////////////////////////////////////////////////////////
    96104// pmFringeScale
Note: See TracChangeset for help on using the changeset viewer.