IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20485


Ignore:
Timestamp:
Oct 31, 2008, 11:46:45 AM (18 years ago)
Author:
Paul Price
Message:

Need spatial variation to fit PSFs properly for GPC1.
Increasing spacing between stamps so we don't find too many (increases execution time).
Changed way renormalisation works, so added new parameters.

File:
1 edited

Legend:

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

    r20469 r20485  
    33KERNEL.TYPE     STR     ISIS            # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    44KERNEL.SIZE     S32     35              # Kernel half-size (pixels)
    5 SPATIAL.ORDER   S32     0               # Spatial polynomial order
     5SPATIAL.ORDER   S32     1               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    7 STAMP.SPACING   F32     200             # Typical spacing between stamps (pixels)
     7STAMP.SPACING   F32     400             # Typical spacing between stamps (pixels)
    88STAMP.FOOTPRINT S32     35              # Size of stamps (pixels)
    99STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
     
    3232
    3333RENORM          BOOL    FALSE           # Renormalise weight maps?
    34 RENORM.WIDTH    S32     500             # Size of renormalisation boxes
     34RENORM.NUM      S32     10000           # Number of samples for renormalisation
     35RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
     36RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
     37RENORM.WIDTH    F32     5.0             # Gaussian width for normalisation
    3538
    3639INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
     
    4245STACK   METADATA
    4346        KERNEL.SIZE     S32     20      # Kernel half-size (pixels)
    44         STAMP.SPACING   F32     200     # Typical spacing between stamps (pixels)       
     47        STAMP.SPACING   F32     400     # Typical spacing between stamps (pixels)       
    4548        STAMP.FOOTPRINT S32     20      # Size of stamps (pixels)
    4649        POOR.FRACTION   F32     0.9     # Maximum fraction of bad weight for poor pixels
Note: See TracChangeset for help on using the changeset viewer.