IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30385


Ignore:
Timestamp:
Jan 26, 2011, 5:23:41 PM (15 years ago)
Author:
eugene
Message:

kernel mods

File:
1 edited

Legend:

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

    r30311 r30385  
    22
    33KERNEL.TYPE     STR     ISIS            # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    4 KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     4KERNEL.SIZE     S32     20              # Kernel half-size (pixels)
    55SPATIAL.ORDER   S32     1               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    77SOURCE.RADIUS   F32     3.0             # Source matching radius (pixels)
    88STAMP.SPACING   F32     200             # Typical spacing between stamps (pixels)
    9 STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
     9STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
    1010STAMP.THRESHOLD F32     5               # Flux threshold for stamps (stdev above background)
    1111STRIDE          S32     128             # Size of convolution patches (pixels)
     
    4040@ISIS.ORDERS    S32     6    4    2     # Polynomial orders for ISIS kernels
    4141
     42#@ISIS.WIDTHS   F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     43#@ISIS.ORDERS   S32     6    4    2     # Polynomial orders for ISIS kernels
     44
    4245# for autoscaling, the above kernel widths are multiplied by the factor max(FWHM_1,FWHM_2) / SCALE.REF
    4346SCALE           BOOL    TRUE            # Scale kernel parameters by the seeing?
    44 SCALE.REF       F32     6.0             # FWHM reference for kernel parameter scaling
     47SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
    4548SCALE.MIN       F32     0.5             # Minimum scale value
    4649SCALE.MAX       F32     2.0             # Maximum scale value
     
    9396        # DUAL convolution is more sensitive to the number of kernels
    9497        # do not provide as many orders as for SINGLE
     98        # @ISIS.WIDTHS  F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
    9599        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     100        # @ISIS.WIDTHS  F32     2.0  3.0  5.0   # Gaussian kernel FWHM values
     101        # @ISIS.WIDTHS  F32     2.1  4.2  8.4   # Gaussian kernel FWHM values
    96102        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
    97103
    98         SCALE.REF       F32     6.0             # FWHM reference for kernel parameter scaling
     104        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
    99105        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
    100106        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
Note: See TracChangeset for help on using the changeset viewer.