IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 12:35:29 PM (15 years ago)
Author:
eugene
Message:

config updates from eam dev work

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/ppSub.config

    r29941 r30625  
    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)
    8 STAMP.SPACING   F32     300             # Typical spacing between stamps (pixels)
    9 STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
     8STAMP.SPACING   F32     200             # Typical spacing between 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)
     
    3232INPUT.MATCH.MIN.SN F32  10.0
    3333
     34ADD.NOT.SUBTRACT BOOL   FALSE           # add the images instead of subtracting (ie, image + ref, not image - ref)
     35
    3436LOW.THRESHOLD   F32     20.0            # Mask pixels below this threshold (std dev)
    3537POOR.FRACTION   F32     0.20            # Maximum fraction of bad weight for poor pixels
     
    4042@ISIS.ORDERS    S32     6    4    2     # Polynomial orders for ISIS kernels
    4143
     44#@ISIS.WIDTHS   F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     45#@ISIS.ORDERS   S32     6    4    2     # Polynomial orders for ISIS kernels
     46
    4247# for autoscaling, the above kernel widths are multiplied by the factor max(FWHM_1,FWHM_2) / SCALE.REF
    4348SCALE           BOOL    TRUE            # Scale kernel parameters by the seeing?
    44 SCALE.REF       F32     6.0             # FWHM reference for kernel parameter scaling
     49SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
    4550SCALE.MIN       F32     0.5             # Minimum scale value
    4651SCALE.MAX       F32     2.0             # Maximum scale value
     
    9398        # DUAL convolution is more sensitive to the number of kernels
    9499        # do not provide as many orders as for SINGLE
    95         @ISIS.WIDTHS    F32     2.5  4.0  7.0   # Gaussian kernel FWHM values
     100        # @ISIS.WIDTHS  F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     101        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     102        # @ISIS.WIDTHS  F32     2.0  3.0  5.0   # Gaussian kernel FWHM values
     103        # @ISIS.WIDTHS  F32     2.1  4.2  8.4   # Gaussian kernel FWHM values
    96104        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
    97105
    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)
     106        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     107        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     108        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
    101109END
    102110
Note: See TracChangeset for help on using the changeset viewer.