IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14584


Ignore:
Timestamp:
Aug 21, 2007, 10:04:22 AM (19 years ago)
Author:
Paul Price
Message:

Fixing type, psString --> const char*, since we don't need the memblock.

Location:
trunk/psModules/src/imcombine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r14582 r14584  
    4646bool pmSubtractionMatch(pmReadout *convolved, const pmReadout *reference, const pmReadout *input,
    4747                        int footprint, float regionSize, float stampSpacing, float threshold,
    48                         psString stampsName, float targetWidth, pmSubtractionKernelsType type,
     48                        const char *stampsName, float targetWidth, pmSubtractionKernelsType type,
    4949                        int size, int order, const psVector *isisWidths, const psVector *isisOrders,
    5050                        int inner, int ringsOrder, int binning, int iter, float rej, psMaskType maskBad,
  • trunk/psModules/src/imcombine/pmSubtractionMatch.h

    r14580 r14584  
    1717                        float stampSpacing, ///< Typical spacing between stamps
    1818                        float threshold, ///< Threshold for stamps
    19                         psString stampsName, ///< Filename for stamps
     19                        const char *stampsName, ///< Filename for stamps
    2020                        float targetWidth, ///< Width of PSF for simulated target
    2121                        // Kernel parameters
Note: See TracChangeset for help on using the changeset viewer.