IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 10:10:05 AM (19 years ago)
Author:
Paul Price
Message:

Preparing to take a (long) list of sources as candidate stamps. Changed the list of stamps from a simple array to a more complicated structure so that I can carry around a list of candidate stamps for each region of interest; when one is rejected, it is replaced by the next brightest within the same region. Optionally apply an exclusion zone around stamps, which is important when we're convolving to a specified PSF (as opposed to convolving to match an image).

File:
1 edited

Legend:

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

    r14671 r14801  
    33
    44#include <pslib.h>
    5 #include "pmSubtractionKernels.h"
     5#include <pmSubtractionKernels.h>
     6#include <pmSubtractionStamps.h>
    67
    78/// Generate a set of optimum kernels for ISIS (or GUNK)
     
    1213                                                      psVector *fwhms, ///< Gaussian FWHMs to try
    1314                                                      int maxOrder, ///< Maximum polynomial order
    14                                                       const psArray *stamps, ///< Stamps
     15                                                      const pmSubtractionStampList *stamps, ///< Stamps
    1516                                                      int footprint, ///< Convolution footprint for stamps
    1617                                                      float tolerance ///< Maximum difference in chi^2
Note: See TracChangeset for help on using the changeset viewer.