IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2021, 6:14:00 PM (5 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-dev-20210817 (turn on PATTERN.ROW for all chips & cells, new PATTERN.ROW thresholds, add config values to reject based on CERSTD)

Location:
trunk/ippconfig
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/filerules-mef.mdc

    r41417 r41898  
    6767PPIMAGE.SHUTTER         INPUT    @DETDB        CHIP       IMAGE     
    6868PPIMAGE.LINEARITY       INPUT    @DETDB        CHIP       LINEARITY
     69PPIMAGE.PATTERN.ROW.AMP INPUT    @DETDB        FPA       PATTERN.ROW.AMP
    6970
    7071## Files used by ppMerge
  • trunk/ippconfig/recipes/filerules-split.mdc

    r40147 r41898  
    5151PPIMAGE.SHUTTER           INPUT    @DETDB        CHIP       IMAGE
    5252PPIMAGE.LINEARITY         INPUT    @DETDB        CHIP       LINEARITY
     53PPIMAGE.PATTERN.ROW.AMP   INPUT    @DETDB        FPA        PATTERN.ROW.AMP
    5354
    5455## Files used by psvideophot
  • trunk/ippconfig/recipes/ppImage.config

    r41829 r41898  
    2323VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    2424ADDNOISE           BOOL    FALSE           # Add noise to degrade an MD image to a 3pi image?
    25 PATTERN.ROW        BOOL    FALSE           # Row pattern correction
    26 PATTERN.ROW.SUBSET METADATA                # Menu of chips and/or cells for row pattern correction
    27 END
    28 PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
    29 PATTERN.CELL.SUBSET METADATA               # Menu of chips and/or cells for cell pattern correction
    30 END
    31 PATTERN.SUBSET     METADATA
    32 END
    33 PATTERN.CONTINUITY BOOL    FALSE
    34 PATTERN.CONTINUITY.WIDTH S32  50
    35 PATTERN.CONTINUITY.SUBSET METADATA         # Menu of chips and/or cells for cell pattern continuity correction
    36 END
     25PATTERN.ROW        BOOL    FALSE           # Row pattern correction (see options below)
     26PATTERN.CELL       BOOL    FALSE           # Cell pattern correction (see options below)
     27PATTERN.CONTINUITY BOOL    FALSE           # continuity corrections (see options below)
    3728FRINGE             BOOL    FALSE           # Fringe subtraction
    3829PHOTOM             BOOL    FALSE           # Source identification and photometry
     
    111102OVERSCAN.VALUE          F32     0.0             # value to apply, if requested
    112103
    113 # Pattern subtraction options
     104# Pattern Row subtraction options
    114105PATTERN.ROW.ORDER      S32     2               # Polynomial order for row pattern
    115 PATTERN.ROW.ITER       S32     4               # Rejection iterations for row pattern
     106PATTERN.ROW.ITER       S32     3               # Rejection iterations for row pattern
    116107PATTERN.ROW.REJ        F32     2.5             # Rejection threshold for row pattern
    117 PATTERN.ROW.THRESH     F32     20.0            # Ignore threshold for row pattern
     108PATTERN.ROW.THRESH     F32     3.0             # Ignore threshold for row pattern
    118109PATTERN.ROW.MEAN       STR     SAMPLE_MEAN     # Statistic for mean for row pattern
    119110PATTERN.ROW.STDEV      STR     SAMPLE_STDEV    # Statistic for standard deviation for row pattern
     111PATTERN.ROW.USE.BINNED BOOL    TRUE            # pre-bin along the row before calculating (NOT yet respected r41656)
     112PATTERN.ROW.POISSON    BOOL    TRUE            # use Poisson stats on the sky to set threshold (NOT yet respected r41656)
     113
     114PATTERN.ROW.SUBSET     METADATA                # Menu of chips and/or cells for row pattern correction
     115END
     116
     117# NOTE: PATTERN.ROW.SUBSET is defined in the format_DATE.config files because
     118# in different periods, the camera had different amounts of row-by-row bias drift
     119# for a given cell.  It is necessary to make the choice of whether to correct the
     120# pattern based on the epoch the exposure was taken.
     121
     122# NOTE: if PATTERN.ROW.SUBSET entries are missing for a given chip, the default
     123# behavior is to NOT correct for the effect. (This makes sense since most camera
     124# are not GPC1 and thus do not need the correction).
     125
     126# Pattern Cell options
    120127PATTERN.CELL.BG        STR     FITTED_MEAN     # Statistic for background for cell pattern
    121128PATTERN.CELL.MEAN      STR     SAMPLE_MEDIAN   # Statistic for mean for cell pattern
     129PATTERN.CELL.SUBSET    METADATA                # Menu of chips and/or cells for cell pattern correction
     130END
     131
     132# Pattern Continuity options
     133PATTERN.CONTINUITY.WIDTH S32  50
     134PATTERN.CONTINUITY.SUBSET METADATA         # Menu of chips and/or cells for cell pattern continuity correction
     135END
     136
     137# r41656 : this does not appear to be used any more: superceded by PATTERN.ROW, .CELL, .CONTINUITY
     138PATTERN.SUBSET     METADATA
     139END
    122140
    123141# Fringe subtraction options
  • trunk/ippconfig/recipes/ppStack.config

    r41705 r41898  
    88COMBINE.SYS     F32     0.1             # Relative systematic error in combination
    99COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     10
     11COMBINE.PERCENT   BOOL  FALSE           # Use a single percentile clipping?
     12COMBINE.MIN.RANGE F32   0.16            # Minimum fraction for percentile clipping
     13COMBINE.MAX.RANGE F32   0.84            # Maximum fraction for percentile clipping
    1014
    1115MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
  • trunk/ippconfig/recipes/psastro.config

    r41554 r41898  
    9191PSASTRO.CHIP.NSIGMA    F32      3  # fit clipping sigmas
    9292
    93 PSASTRO.MAX.ERROR      F32      1.5 # max allow error for valid solution (UNITS?)
     93PSASTRO.MAX.ERROR      F32      1.5 # max allowed error for valid solution (arcsec)
     94PSASTRO.MAX.STDEV      F32      1.0 # max allowed stdev for valid solution (arcsec)
    9495PSASTRO.MIN.NSTAR      S32      3   # min fitted stars in solution
    9596PSASTRO.MAX.NSTAR      S32      300   # max fitted stars in solution
     
    135136PSASTRO.MOSAIC.CHIP.NSIGMA    F32      3  # fit clipping sigmas
    136137
    137 PSASTRO.MOSAIC.MAX.ERROR.N0   F32      1.5 # max allow error for valid solution (UNITS?)
    138 PSASTRO.MOSAIC.MAX.ERROR.N1   F32      1.5 # max allow error for valid solution (UNITS?)
    139 PSASTRO.MOSAIC.MAX.ERROR.N2   F32      1.5 # max allow error for valid solution (UNITS?)
    140 PSASTRO.MOSAIC.MAX.ERROR.N3   F32      1.5 # max allow error for valid solution (UNITS?)
    141 PSASTRO.MOSAIC.MAX.ERROR.N4   F32      1.5 # max allow error for valid solution (UNITS?)
    142 PSASTRO.MOSAIC.MAX.ERROR.N5   F32      1.5 # max allow error for valid solution (UNITS?)
     138PSASTRO.MOSAIC.MAX.ERROR.N0   F32      1.5 # max allowed error for valid solution (arcsec)
     139PSASTRO.MOSAIC.MAX.ERROR.N1   F32      1.5 # max allowed error for valid solution (arcsec)
     140PSASTRO.MOSAIC.MAX.ERROR.N2   F32      1.5 # max allowed error for valid solution (arcsec)
     141PSASTRO.MOSAIC.MAX.ERROR.N3   F32      1.5 # max allowed error for valid solution (arcsec)
     142PSASTRO.MOSAIC.MAX.ERROR.N4   F32      1.5 # max allowed error for valid solution (arcsec)
     143PSASTRO.MOSAIC.MAX.ERROR.N5   F32      1.5 # max allowed error for valid solution (arcsec)
     144
     145PSASTRO.MOSAIC.MAX.STDEV.N0   F32      1.5 # max allowed stdev for valid solution (arcsec)
     146PSASTRO.MOSAIC.MAX.STDEV.N1   F32      1.5 # max allowed stdev for valid solution (arcsec)
     147PSASTRO.MOSAIC.MAX.STDEV.N2   F32      1.5 # max allowed stdev for valid solution (arcsec)
     148PSASTRO.MOSAIC.MAX.STDEV.N3   F32      1.5 # max allowed stdev for valid solution (arcsec)
     149PSASTRO.MOSAIC.MAX.STDEV.N4   F32      1.5 # max allowed stdev for valid solution (arcsec)
     150PSASTRO.MOSAIC.MAX.STDEV.N5   F32      1.5 # max allowed stdev for valid solution (arcsec)
    143151
    144152# need at least this fraction of chips to pass for exposure to be considered acceptable
  • trunk/ippconfig/recipes/pswarp.config

    r41656 r41898  
    1414APPLY.PIXELNAN          BOOL    FALSE           # Apply NAN'ing of pixels underneath masks
    1515
    16 MAX.CERROR              F32     0.1             # Maximum allowed CERROR value (astrometric error in arcsec)
     16MAX.CERROR              F32     0.30            # Maximum allowed CERROR value (astrometric error in arcsec)
     17MAX.CERSTD              F32     0.15            # Maximum allowed CERSTD value (astrometric error in arcsec)
    1718
    1819NO.COMPRESS             BOOL    FALSE           # turn off image compression (if enabled)
Note: See TracChangeset for help on using the changeset viewer.