IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2008, 2:15:44 PM (18 years ago)
Author:
Paul Price
Message:

Add the name of the detrend that was used.

File:
1 edited

Legend:

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

    r19928 r20419  
    125125pmReadout* ppImageDetrendSelectFirst(pmCell *cell, char *name, bool doThis);
    126126
     127// Record which detrend file was used for the detrending
     128bool ppImageDetrendRecord(
     129    pmCell *cell,                       // Cell of interest
     130    const pmConfig *config,             // Configuration
     131    const ppImageOptions *options,      // Processing options
     132    const pmFPAview *view               // View to cell
     133    );
     134
    127135bool ppImageRebinChip (pmConfig *config, pmFPAview *view, ppImageOptions *options, char *outName);
    128136bool ppImageRebinReadout (pmReadout *output, pmReadout *input, pmFPAfile *outFile, ppImageOptions *options);
Note: See TracChangeset for help on using the changeset viewer.