Changeset 23845 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Apr 13, 2009, 5:19:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r23825 r23845 44 44 bool checkCTE; // measure pixel-based variance 45 45 46 bool doCrosstalkMeasure; // measure crosstalk signal 47 bool doCrosstalkCorrect; // apply crosstalk correction 48 46 49 // output files requested 47 50 bool BaseFITS; … … 185 188 186 189 190 // measure the crosstalk signal 191 bool ppImageMeasureCrosstalk(pmConfig *config, ppImageOptions *options, pmFPAview *view); 192 193 // correct the crosstalk signal 194 bool ppImageCorrectCrosstalk(pmConfig *config, ppImageOptions *options, pmFPAview *view); 195 187 196 // Measure fringes 188 197 bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure
Note:
See TracChangeset
for help on using the changeset viewer.
