IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:03:13 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/imcombine/pmSubtraction.h

    r21363 r25407  
    6868                              const psVector *deviations, ///< Deviations for each stamp
    6969                              psImage *subMask, ///< Subtraction mask
    70                               float sigmaRej, ///< Number of RMS deviations above zero at which to reject
    71                               int footprint ///< Half-size of stamp
     70                              float sigmaRej ///< Number of RMS deviations above zero at which to reject
    7271    );
    7372
     
    9493
    9594/// Generate images of the convolution kernel elements
    96 psArray *pmSubtractionKernelSolutions(const psVector *solution, ///< Solution vector
    97                                       const pmSubtractionKernels *kernels, ///< Kernel parameters
    98                                       float x, float y ///< Normalised position [-1,1] for images
     95psArray *pmSubtractionKernelSolutions(const pmSubtractionKernels *kernels, ///< Kernel parameters
     96                                      float x, float y, ///< Normalised position [-1,1] for images
     97                                      bool wantDual ///< Calculate for the dual kernel?
    9998    );
     99
    100100
    101101/// Execute a thread job to convolve a patch of the image
Note: See TracChangeset for help on using the changeset viewer.