IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2007, 2:27:15 PM (19 years ago)
Author:
eugene
Message:

adding fringe residual measurement in addition to fringe amplitude; clean up ppImageLoop calls to stats and fringe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendFringe.h

    r10335 r13970  
    99bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
    1010                                 pmCell *fringe, // Fringe cell (each readout is a different component)
     11                                 const bool isResidual,
    1112                                 const ppImageOptions *options // Options
    1213    );
     
    1516bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science
    1617                               const pmChip *refChip, // Chip with reference fringes
     18                               const bool isResidual,
    1719                               const ppImageOptions *options // Options
    1820    );
     
    2022// Generate fringe frame
    2123bool 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
    2326    );
    2427
    2528
     29bool ppImageDetrendFringeApply (pmConfig *config, // config
     30                                pmChip *chip, // science chip
     31                                const pmFPAview *inputView, // current view
     32                                const ppImageOptions *options // options
     33);
     34
    2635#endif
Note: See TracChangeset for help on using the changeset viewer.