IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2010, 8:35:20 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/tap_branches/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/tap_branches/ippconfig

  • branches/tap_branches/ippconfig/recipes/ppStack.config

    r25713 r27835  
    22
    33CONVOLVE        BOOL    TRUE            # Convolve images when stacking?
    4 ITER            S32     1               # Number of rejection iterations
     4MATCH.ZERO.POINTS BOOL  TRUE            # Convolve images when stacking?
     5
     6COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
    57COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
    6 COMBINE.SYS     F32     0.03            # Relative systematic error in combination
     8COMBINE.SYS     F32     0.1             # Relative systematic error in combination
    79COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    8 MASK.VAL        STR     MASK.VALUE,CONV.BAD     # Mask value of input bad pixels
     10
     11# XXX which of these is right?
     12MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST       # Mask value of input bad pixels
     13MASK.IN         STR     MASK.VALUE,CONV.BAD,GHOST       # Mask value of input bad pixels
     14
     15MASK.SUSPECT    STR     SUSPECT,CONV.POOR       # Mask value of suspect pixels
    916MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1017MASK.POOR       STR     CONV.POOR       # Mask value to give poor pixels
    11 POOR.FRACTION   F32     0.01            # Maximum fraction of bad variance for poor pixels
     18POOR.FRACTION   F32     0.25            # Maximum fraction of bad variance for poor pixels
    1219THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
    13 DECONV.LIMIT    F32     1.3             # Deconvolution fraction for rejecting entire image
     20DECONV.LIMIT    F32     2.0             # Deconvolution fraction for rejecting entire image
    1421IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
    1522MATCH.REJ       F32     3.0             # Rejection threshold for chi^2 values from matching
     
    1724VARIANCE        BOOL    TRUE            # Use variance in rejection?
    1825SAFE            BOOL    TRUE            # Play safe when combining small number of values?
     26WEIGHTS         BOOL    TRUE            # Use 1/noise^2 weighting?
    1927BIN1            S32     4               # Binning factor for first level
    2028BIN2            S32     4               # Binning factor for second level
     
    3341PHOT.FRAC       F32     0.9             # Minimum fraction of good pixels
    3442
    35 ZP.RADIUS       F32     1.0             # Radius (pixels) for matching sources
     43ZP              BOOL    TRUE            # Match zero points?
     44ZP.RADIUS       F32     4.0             # Radius (pixels) for matching sources
    3645ZP.ITER.1       S32     5               # Iterations for zero point; pass 1
    3746ZP.ITER.2       S32     1000            # Iterations for zero point; pass 2
     
    5362        y       F32     0.0
    5463END
    55        
     64ZP.TARGET       METADATA                # Target zero point by filter
     65        g       F32     25.0
     66        r       F32     25.0
     67        i       F32     25.0
     68        z       F32     25.0
     69        y       F32     25.0
     70END
     71
    5672PSF.INSTANCES   S32     15              # Number of instances for PSF generation
    5773PSF.RADIUS      F32     20.0            # Radius for PSF generation
    5874PSF.ORDER       S32     1               # Order of spatial variation for PSF generation
    59 PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
     75PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
    6076
    61 TEMP.DIR        STR     /tmp            # Directory for temporary images
    6277TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
    6378TEMP.MASK       STR     conv.mk.fits    # Suffix for temporary convolved masks
     
    7287# Debugging
    7388DEBUG   METADATA
    74         TEMP.DIR        STR     ./              # Directory for temporary images
    7589        TEMP.DELETE     BOOL    FALSE           # Delete temporary files on completion?
    7690END
     
    7892# Faster processing for PR images
    7993PR      METADATA
    80         CONVOLVE        BOOL    FALSE
    81         IMAGE.REJ       F32     0.5     
    82         SKIP.BG.SUB     BOOL    FALSE
     94        IMAGE.REJ           F32   0.5
     95        WEIGHTS             BOOL  FALSE
     96        CONVOLVE            BOOL  FALSE
     97        SKIP.BG.SUB         BOOL  FALSE
     98        MATCH.ZERO.POINTS   BOOL  FALSE
     99        PHOTOMETRY          BOOL  FALSE           # Do basic photometry?
    83100END
Note: See TracChangeset for help on using the changeset viewer.