IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 12:26:09 PM (19 years ago)
Author:
Paul Price
Message:

Doing fringe processing using the pmFPAfile framework, with FRINGE type for the reference fringes.

File:
1 edited

Legend:

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

    r9857 r9952  
    66#include "ppImageOptions.h"
    77
    8 bool ppImageDetrendFringeMeasure(pmFringeStats **science, // (Ptr to) science fringe measurements
    9                                  psArray *references, // Array of reference fringe measurements
    10                                  const pmReadout *readout, // Readout to measure
     8bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
     9                                 pmCell *fringe, // Fringe cell (each readout is a different component)
    1110                                 const ppImageOptions *options // Options
    1211    );
    1312
    14 pmFringeScale *ppImageDetrendFringeSolve(psArray *science, // Science fringe measurements (per cell)
    15                                          psArray *references, // Array of array of fringe measurements
    16                                          const ppImageOptions *options // Options
     13bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science
     14                               const pmChip *refChip, // Chip with reference fringes
     15                               const ppImageOptions *options // Options
    1716    );
    1817
     18
    1919psImage *ppImageDetrendFringeGenerate(pmCell *science, // Science cell
    20                                       pmCell *fringes, // Fringe cell, one readout per fringe component
    21                                       const pmFringeScale *solution // Fringe solution to apply
     20                                      pmCell *fringes // Fringe cell, one readout per fringe component
    2221    );
    2322
     23
    2424#endif
Note: See TracChangeset for help on using the changeset viewer.