IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2009, 5:19:15 PM (17 years ago)
Author:
eugene
Message:

adding option to measure the crosstalk (GPC1-specific for now)

File:
1 edited

Legend:

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

    r23825 r23845  
    4444    bool checkCTE;                      // measure pixel-based variance
    4545
     46    bool doCrosstalkMeasure;            // measure crosstalk signal
     47    bool doCrosstalkCorrect;            // apply crosstalk correction
     48
    4649    // output files requested
    4750    bool BaseFITS;
     
    185188
    186189
     190// measure the crosstalk signal
     191bool ppImageMeasureCrosstalk(pmConfig *config, ppImageOptions *options, pmFPAview *view);
     192
     193// correct the crosstalk signal
     194bool ppImageCorrectCrosstalk(pmConfig *config, ppImageOptions *options, pmFPAview *view);
     195
    187196// Measure fringes
    188197bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
Note: See TracChangeset for help on using the changeset viewer.