IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2007, 10:03:28 AM (19 years ago)
Author:
Paul Price
Message:

Increasing footprint size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSub.config

    r14672 r14748  
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    77STAMP.SPACING   F32     200             # Typical spacing between stamps (pixels)
    8 STAMP.FOOTPRINT S32     5               # Size of stamps (pixels)
     8STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
    99STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
    1010ITER            S32     10              # Number of rejection iterations
     
    1212MASK.BAD        STR     BLANK,BAD,SAT   # Mask value for bad pixels
    1313MASK.BLANK      STR     BLANK           # Mask value to give blank pixels
    14 @ISIS.WIDTHS    F32     1 3 5 7 9       # Gaussian FWHMs for ISIS kernels
    15 @ISIS.ORDERS    S32     4 2 2 2 2       # Polynomial orders for ISIS kernels
     14@ISIS.WIDTHS    F32     1 3 5           # Gaussian FWHMs for ISIS kernels
     15@ISIS.ORDERS    S32     4 2 2           # Polynomial orders for ISIS kernels
    1616SPAM.BINNING    S32     2               # Binning in outer region for SPAM kernels
    1717INNER           S32     5               # Inner half-size for SPAM and FRIES kernels
     
    1919
    2020OPTIMUM         BOOL    FALSE           # Derive optimum parameters for ISIS and GUNK kernels
    21 OPTIMUM.MIN     F32     0.5             # Minimum value for optimum FWHM search
    22 OPTIMUM.MAX     F32     20              # Maximum value for optimum FWHM search
    23 OPTIMUM.STEP    F32     0.5             # Step for optimum FWHM search
     21OPTIMUM.MIN     F32     1.0             # Minimum width for optimum FWHM search
     22OPTIMUM.MAX     F32     20              # Maximum width for optimum FWHM search
     23OPTIMUM.STEP    F32     0.5             # Step in width for optimum FWHM search
    2424OPTIMUM.TOL     F32     3.0e-3          # Maximum difference in chi^2 between iterations to settle for
    25 OPTIMUM.ORDER   S32     2               # Maximum order for optimum search
     25OPTIMUM.ORDER   S32     2               # Maximum polynomial order for optimum search
    2626
    2727### Modifications to use when stacking data
Note: See TracChangeset for help on using the changeset viewer.