IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2006, 6:39:28 PM (19 years ago)
Author:
Paul Price
Message:

Cleaning up code. Deleted old unused files.

File:
1 edited

Legend:

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

    r9952 r10215  
    66#include "ppImageOptions.h"
    77
     8// Measure fringes
    89bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
    910                                 pmCell *fringe, // Fringe cell (each readout is a different component)
     
    1112    );
    1213
     14// Solve the fringe system
    1315bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science
    1416                               const pmChip *refChip, // Chip with reference fringes
     
    1618    );
    1719
    18 
     20// Generate fringe frame
    1921psImage *ppImageDetrendFringeGenerate(pmCell *science, // Science cell
    2022                                      pmCell *fringes // Fringe cell, one readout per fringe component
Note: See TracChangeset for help on using the changeset viewer.