IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15268


Ignore:
Timestamp:
Oct 9, 2007, 1:49:57 PM (19 years ago)
Author:
Paul Price
Message:

Shouldn't need the grid of widths to step by 0.5 --- using 1.0 instead.
Shouldn't need to go to 20 either --- stopping at 10.

File:
1 edited

Legend:

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

    r14845 r15268  
    55SPATIAL.ORDER   S32     2               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    7 STAMP.SPACING   F32     400             # Typical spacing between stamps (pixels)
     7STAMP.SPACING   F32     500             # Typical spacing between stamps (pixels)
    88STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
    99STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
     
    2020OPTIMUM         BOOL    FALSE           # Derive optimum parameters for ISIS and GUNK kernels
    2121OPTIMUM.MIN     F32     1.0             # Minimum width for optimum FWHM search
    22 OPTIMUM.MAX     F32     20              # Maximum width for optimum FWHM search
    23 OPTIMUM.STEP    F32     0.5             # Step in width for optimum FWHM search
     22OPTIMUM.MAX     F32     10              # Maximum width for optimum FWHM search
     23OPTIMUM.STEP    F32     1.0             # Step in width for optimum FWHM search
    2424OPTIMUM.TOL     F32     3.0e-3          # Maximum difference in chi^2 between iterations to settle for
    2525OPTIMUM.ORDER   S32     2               # Maximum polynomial order for optimum search
Note: See TracChangeset for help on using the changeset viewer.