Changeset 13970 for trunk/ppImage/src/ppImageDetrendFringe.h
- Timestamp:
- Jun 25, 2007, 2:27:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendFringe.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendFringe.h
r10335 r13970 9 9 bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure 10 10 pmCell *fringe, // Fringe cell (each readout is a different component) 11 const bool isResidual, 11 12 const ppImageOptions *options // Options 12 13 ); … … 15 16 bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science 16 17 const pmChip *refChip, // Chip with reference fringes 18 const bool isResidual, 17 19 const ppImageOptions *options // Options 18 20 ); … … 20 22 // Generate fringe frame 21 23 bool ppImageDetrendFringeGenerate(pmCell *science, // Science cell 22 pmCell *fringes // Fringe cell, one readout per fringe component 24 pmCell *fringes, // Fringe cell, one readout per fringe component 25 const ppImageOptions *options // Options 23 26 ); 24 27 25 28 29 bool ppImageDetrendFringeApply (pmConfig *config, // config 30 pmChip *chip, // science chip 31 const pmFPAview *inputView, // current view 32 const ppImageOptions *options // options 33 ); 34 26 35 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
