IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26650


Ignore:
Timestamp:
Jan 20, 2010, 5:20:08 PM (16 years ago)
Author:
Paul Price
Message:

Adding scaling of kernel based on input PSFs.

Location:
branches/eam_branches/20091201/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippconfig/recipes/ppSub.config

    r26608 r26650  
    22
    33KERNEL.TYPE     STR     ISIS            # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    4 KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
    5 SPATIAL.ORDER   S32     1               # Spatial polynomial order
     4KERNEL.SIZE     S32     45              # Kernel half-size (pixels)
     5SPATIAL.ORDER   S32     0               # 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     400             # Typical spacing between stamps (pixels)
    9 STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
     8STAMP.SPACING   F32     100             # Typical spacing between stamps (pixels)
     9STAMP.FOOTPRINT S32     50              # Size of stamps (pixels)
    1010STAMP.THRESHOLD F32     5               # Flux threshold for stamps (stdev above background)
    1111STRIDE          S32     100             # Size of convolution patches (pixels)
     
    2323POOR.FRACTION   F32     0.10            # Maximum fraction of bad weight for poor pixels
    2424BADFRAC         F32     0.95            # Maximum fraction of bad pixels
    25 @ISIS.WIDTHS    F32     3 5 7 10        # Gaussian FWHMs for ISIS kernels
    26 @ISIS.ORDERS    S32     2 2 2 2         # Polynomial orders for ISIS kernels
     25# Gene's choice: multiplying by 1.75
     26#@ISIS.WIDTHS   F32     1.8 3.3 5.8 10.2 17.9   # Gaussian FWHMs for ISIS kernels
     27#@ISIS.ORDERS   S32     2 2 2 2 2               # Polynomial orders for ISIS kernels
     28# (pi/2)^i
     29#@ISIS.WIDTHS   F32     1.6 2.5 3.9 6.1 9.6 15.0        # Gaussian FWHMs for ISIS kernels
     30#@ISIS.ORDERS   S32     2 2 2 2 2 2             # Polynomial orders for ISIS kernels
     31# (e/2)^i for even i
     32#@ISIS.WIDTHS   F32     1.4 3.4 6.3 11.6        # Gaussian FWHMs for ISIS kernels
     33#@ISIS.ORDERS   S32     6 4 4 2         # Polynomial orders for ISIS kernels
     34# 1.69^i
     35@ISIS.WIDTHS    F32     2.9 4.8 8.2 13.8 23.3 # Gaussian FWHMs for ISIS kernels
     36@ISIS.ORDERS    S32     4 2 2 2 2       # Polynomial orders for ISIS kernels
    2737SPAM.BINNING    S32     2               # Binning in outer region for SPAM kernels
    2838INNER           S32     5               # Inner half-size for SPAM and FRIES kernels
     
    4454RENORM.MAX      F32     2.0             # Maximum value for renormalization
    4555
     56SCALE           BOOL    TRUE            # Scale kernel parameters by the seeing?
     57SCALE.REF       F32     12.0            # Reference for kernel parameter scaling
     58SCALE.MIN       F32     0.3             # Minimum scale value
     59SCALE.MAX       F32     1.2             # Maximum scale value
     60
    4661INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
    4762
     
    5065PHOTOMETRY      BOOL    FALSE           # Perform photometry?
    5166SAVE.CONVOLVED  BOOL    TRUE            # Save convolved images?
     67
    5268
    5369# Recipe overrides for STACK
  • branches/eam_branches/20091201/ippconfig/simtest/ppSub.config

    r26607 r26650  
    5252SPATIAL.ORDER   S32     0               # Spatial polynomial order
    5353
    54 STAMP.FOOTPRINT S32     25              # Size of stamps (pixels)
    55 KERNEL.SIZE     S32     25              # Kernel half-size (pixels)
     54#STAMP.FOOTPRINT S32    25              # Size of stamps (pixels)
     55#KERNEL.SIZE     S32    25              # Kernel half-size (pixels)
Note: See TracChangeset for help on using the changeset viewer.