IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42558


Ignore:
Timestamp:
Dec 3, 2023, 2:54:50 PM (3 years ago)
Author:
eugene
Message:

add recipe for xcstack

File:
1 edited

Legend:

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

    r42100 r42558  
    240240
    241241TEST1 METADATA
    242   PSF.AUTOSIZE    BOOL  FALSE           # Determine output PSF size from input PSFs?
    243   PSF.OUTPUT.FWHM F32   6.5             # Target size for output PSF (if not auto-sized)
    244   PSF.MODEL       STR   PS_MODEL_PS1_V1 # Model for PSF generation
     242  CONVOLVE          BOOL  FALSE           # Convolve images when stacking?
     243  MATCH.ZERO.POINTS BOOL  TRUE            # Convolve images when stacking?
     244 
     245  COMBINE.ITER    F32     0.0             # Number of rejection iterations per input
     246  COMBINE.REJ     F32    10.0             # Rejection threshold in combination (sigma)
     247  COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     248  COMBINE.DISCARD F32     0.0             # Discard fraction for Olympic weighted mean
     249 
     250  COMBINE.PERCENT         BOOL  TRUE      # Use a single percentile clipping?
     251  COMBINE.REJECT.FRACTION F32   0.0       # fraction of outliers to reject in percentile clipping
     252                                          # Note this is the total both above and below the median
     253 
     254  SKIP.MISSING.INPUTS BOOL FALSE          # If some input warp images are missing, make the stack anyway
     255 
     256  # we are in some danger of inconsistency in the definition of a 'bad' vs a 'suspect' pixel
     257  # these distinctions are also defined in psModules/src/config/pmConfigMask.c
     258 
     259  POOR.FRACTION   F32     0.25            # Maximum fraction of bad variance for poor pixels
     260  THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
     261  DECONV.LIMIT    F32     3.0             # Deconvolution fraction for rejecting entire image
     262  IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     263  MATCH.REJ       F32     3.0             # Rejection threshold for chi^2 values from matching
     264  ROWS            S32     64              # Number of rows to read at once
     265  VARIANCE        BOOL    TRUE            # Use variance in rejection?
     266  SAFE            BOOL    TRUE            # Play safe when combining small number of values?
     267  WEIGHTS         BOOL    TRUE            # Use 1/noise^2 weighting?
     268  BIN1            S32     4               # Binning factor for first level
     269  BIN2            S32     4               # Binning factor for second level
     270  PHOTOMETRY      BOOL    TRUE            # Do basic photometry?
     271  SKIP.BG.SUB     BOOL    TRUE            # Bypass background subtraction?
     272  TARGET.FRAC     F32     0.1             # Minimum flux fraction for target PSF
     273  TARGET.MINMAG   F32     3.0             # Minimum magnitude difference to tolerate in stamp
     274  NMINPIX         S32     1               # Minimum input per pixel
     275  BSCALEOFFSET    BOOL    FALSE           # HACK for removing offset from input warps because of compression (0.5*BSCALE)
     276 
     277  BACKGROUND.MODEL    BOOL   FALSE        # Construct a stacked version of the warp stage background
     278 
     279  RENORM          BOOL    TRUE            # Renormalise weight maps?
     280  RENORM.NUM      S32     100000          # Number of samples for renormalisation
     281  RENORM.MIN      F32     NAN             # Minimum value for renormlisation
     282  RENORM.MAX      F32     NAN             # Maximum value for renormalisation
    245283END
    246284
Note: See TracChangeset for help on using the changeset viewer.