IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30310


Ignore:
Timestamp:
Jan 19, 2011, 4:19:57 PM (15 years ago)
Author:
eugene
Message:

use same size kernels, but fewer orders, for DUAL and SINGLE; adjust down the KERNEL.SIZE and STAMP.SPACING to get more stamps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ippconfig/recipes/ppSub.config

    r29941 r30310  
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    77SOURCE.RADIUS   F32     3.0             # Source matching radius (pixels)
    8 STAMP.SPACING   F32     300             # Typical spacing between stamps (pixels)
     8STAMP.SPACING   F32     25              # Typical spacing between stamps (pixels)
    99STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
    1010STAMP.THRESHOLD F32     5               # Flux threshold for stamps (stdev above background)
     
    9393        # DUAL convolution is more sensitive to the number of kernels
    9494        # do not provide as many orders as for SINGLE
    95         @ISIS.WIDTHS    F32     2.5  4.0  7.0   # Gaussian kernel FWHM values
     95        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
    9696        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
    9797
    98         SCALE.REF       F32     12.0            # FWHM reference for kernel parameter scaling
    99         KERNEL.SIZE     S32     24              # Kernel half-size (pixels)
    100         STAMP.FOOTPRINT S32     24              # Size of stamps (pixels)
     98        SCALE.REF       F32     6.0             # FWHM reference for kernel parameter scaling
     99        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     100        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
    101101END
    102102
Note: See TracChangeset for help on using the changeset viewer.