IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 10:58:17 AM (16 years ago)
Author:
Paul Price
Message:

Move scaling into psModules so ppStack can use it too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionMatch.h

    r26505 r26667  
    9595    );
    9696
     97
     98/// Scale subtraction parameters according to the FWHMs of the inputs
     99bool pmSubtractionParamsScale(
     100    int *kernelSize,                    ///< Half-size of the kernel
     101    int *stampSize,                     ///< Half-size of the stamp (footprint)
     102    psVector *widths,                   ///< ISIS widths
     103    float fwhm1, float fwhm2,           ///< FWHMs for inputs
     104    float scaleRef,                     ///< Reference width for scaling
     105    float scaleMin,                     ///< Minimum scaling ratio, or NAN
     106    float scaleMax                      ///< Maximum scaling ratio, or NAN
     107    );
     108
     109
    97110#endif
Note: See TracChangeset for help on using the changeset viewer.