Changeset 6849 for trunk/ppImage/src/ppImageOptions.h
- Timestamp:
- Apr 12, 2006, 8:29:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.h
r6817 r6849 11 11 bool doSource; // Source identification and photometry 12 12 bool doAstrom; // Astrometry 13 13 14 bool doOverscan; // Overscan subtraction 14 15 pmOverscanOptions *overscan; // Overscan options 16 15 17 bool doNonLin; // Non-linearity correction 16 18 psDataType nonLinearType; 17 19 psMetadataItem *nonLinearData; 18 20 void *nonLinearSource; 21 22 bool doBin1; 23 int xBin1, yBin1; 24 25 bool doBin2; 26 int xBin2, yBin2; 27 19 28 } ppImageOptions; 20 29
Note:
See TracChangeset
for help on using the changeset viewer.
