IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2013, 11:33:22 AM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130419/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130419/ppImage/src

  • branches/eam_branches/ipp-20130419/ppImage/src/ppImage.h

    r35081 r35552  
    3030    bool doMaskLow;                     // mask low pixels
    3131    bool doMask;                        // Mask bad pixels
     32    bool doAuxMask;                     // apply auxillary mask
    3233    bool doNonLin;                      // Non-linearity correction
    3334    bool doOverscan;                    // Overscan subtraction
     
    126127  psU16 maskstat_magic;
    127128  psU16 maskstat_advisory;
     129
     130  psString auxVideoMask;                // auxillary video mask file
    128131 
    129132} ppImageOptions;
     
    312315void ppImageRandomGaussianFree(void);
    313316
     317bool ppImageAuxiliaryMask(pmConfig *config, const pmFPAview *view, const ppImageOptions *options, psMetadata *stats);
    314318
    315319#endif
Note: See TracChangeset for help on using the changeset viewer.