Changeset 7828 for trunk/psModules/src/detrend/pmFringeStats.h
- Timestamp:
- Jul 5, 2006, 5:29:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.h
r7562 r7828 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 6-14 22:04:40$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-07-06 03:29:28 $ 9 9 * 10 10 * Copyright 2004 IfA, University of Hawaii … … 93 93 ); 94 94 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. 98 pmFringeStats *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 95 103 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 96 104 // pmFringeScale
Note:
See TracChangeset
for help on using the changeset viewer.
