IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:34:39 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (substantially changes to the kernel matching code; updates to pmDetection container, added pmPattern, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.h

    r25279 r26893  
    113113                           psImageMaskType maskPoor, ///< Mask value to give poor pixels
    114114                           float poorFrac, ///< Fraction for "poor"
    115                            float sysError, ///< Relative systematic error
     115                           float kernelError, ///< Relative systematic error in kernel
     116                           float covarFrac,  ///< Truncation fraction for kernel before covariance calculation
    116117                           const psRegion *region, ///< Region to convolve (or NULL)
    117118                           const pmSubtractionKernels *kernels, ///< Kernel parameters
     
    127128    );
    128129
     130/// Return normalised coordinates
     131void p_pmSubtractionPolynomialNormCoords(
     132    float *xOut, float *yOut,           ///< Normalised coordinates, returned
     133    float xIn, float yIn,               ///< Input coordinates
     134    int xMin, int xMax, int yMin, int yMax ///< Bounds of validity
     135    );
     136
    129137/// Given (normalised) coordinates (x,y), generate a matrix where the elements (i,j) are x^i * y^j
    130138psImage *p_pmSubtractionPolynomial(psImage *output, ///< Output matrix, or NULL
     
    138146psImage *p_pmSubtractionPolynomialFromCoords(psImage *output, ///< Output matrix, or NULL
    139147                                             const pmSubtractionKernels *kernels, ///< Kernel parameters
    140                                              int numCols, int numRows, ///< Size of image of interest
    141148                                             int x, int y ///< Position of interest
    142149    );
Note: See TracChangeset for help on using the changeset viewer.