Changeset 14584
- Timestamp:
- Aug 21, 2007, 10:04:22 AM (19 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 2 edited
-
pmSubtractionMatch.c (modified) (1 diff)
-
pmSubtractionMatch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r14582 r14584 46 46 bool pmSubtractionMatch(pmReadout *convolved, const pmReadout *reference, const pmReadout *input, 47 47 int footprint, float regionSize, float stampSpacing, float threshold, 48 psStringstampsName, float targetWidth, pmSubtractionKernelsType type,48 const char *stampsName, float targetWidth, pmSubtractionKernelsType type, 49 49 int size, int order, const psVector *isisWidths, const psVector *isisOrders, 50 50 int inner, int ringsOrder, int binning, int iter, float rej, psMaskType maskBad, -
trunk/psModules/src/imcombine/pmSubtractionMatch.h
r14580 r14584 17 17 float stampSpacing, ///< Typical spacing between stamps 18 18 float threshold, ///< Threshold for stamps 19 psStringstampsName, ///< Filename for stamps19 const char *stampsName, ///< Filename for stamps 20 20 float targetWidth, ///< Width of PSF for simulated target 21 21 // Kernel parameters
Note:
See TracChangeset
for help on using the changeset viewer.
