IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20423


Ignore:
Timestamp:
Oct 27, 2008, 3:56:01 PM (18 years ago)
Author:
Paul Price
Message:

More sensitive to bad pixels (lower COMBINE.REJ,
THRESHOLD.MASK). Adding parameters to re-do photometry of sources.

File:
1 edited

Legend:

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

    r20368 r20423  
    22
    33ITER            S32     1               # Number of rejection iterations
    4 COMBINE.REJ     F32     4.0             # Rejection threshold in combination (sigma)
     4COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
    55MASK.VAL        STR     MASK.VALUE,BAD.WARP     # Mask value of input bad pixels
    66MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    77MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    8 POOR.FRACTION   F32     0.1             # Maximum fraction of bad weight for poor pixels
    9 THRESHOLD.MASK  F32     0.8             # Threshold for mask deconvolution (0..1)
     8POOR.FRACTION   F32     0.2             # Maximum fraction of bad weight for poor pixels
     9THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
    1010IMAGE.REJ       F32     0.2             # Rejected pixel fraction threshold for rejecting entire image
    1111ROWS            S32     64              # Number of rows to read at once
     
    2525SOURCE.REJ      F32     2.0             # Rejection limit (sigma) for magnitude difference
    2626
    27 PSF.INSTANCES   S32     9               # Number of instances for PSF generation
     27PSF.INSTANCES   S32     15              # Number of instances for PSF generation
    2828PSF.RADIUS      F32     20.0            # Radius for PSF generation
    29 PSF.ORDER       S32     2               # Order of spatial variation for PSF generation
    30 PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
     29PSF.ORDER       S32     1               # Order of spatial variation for PSF generation
     30PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
    3131
    3232TEMP.DIR        STR     /tmp            # Directory for temporary images
     
    3636TEMP.DELETE     BOOL    TRUE            # Delete temporary files on completion?
    3737
    38 
     38ZP              BOOL    TRUE            # Calculate ZP using own photometry?
     39ZP.RADIUS       S32     7               # Photometry radius (pixels)
     40ZP.SIGMA        F32     5               # Photometry gaussian sigma for weight (pixels)
     41ZP.FRAC         F32     0.9             # Minimum fraction of good pixels
    3942
    4043# Recipe overrides for STACK
Note: See TracChangeset for help on using the changeset viewer.