IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:29:24 PM (20 years ago)
Author:
eugene
Message:

completed conversion to pmFPAfile paradigm

File:
1 edited

Legend:

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

    r6817 r6849  
    1111    bool doSource;                      // Source identification and photometry
    1212    bool doAstrom;                      // Astrometry
     13
    1314    bool doOverscan;                    // Overscan subtraction
    1415    pmOverscanOptions *overscan;        // Overscan options
     16
    1517    bool doNonLin;                      // Non-linearity correction
    1618    psDataType nonLinearType;
    1719    psMetadataItem *nonLinearData;
    1820    void *nonLinearSource;
     21
     22    bool doBin1;
     23    int xBin1, yBin1;
     24
     25    bool doBin2;
     26    int xBin2, yBin2;
     27
    1928} ppImageOptions;
    2029
Note: See TracChangeset for help on using the changeset viewer.