IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2021, 6:39:43 AM (5 years ago)
Author:
eugene
Message:

PATTERN.ROW,.CELL,.CONTINUITY options moved after the top block of selections; PATTERN.ROW.THRESH reduced (20 -> 3) and .ITER set to 3; PATTERN.ROW.USE.BINNED, PATTERN.ROW.POISSON defined but not yet respected in code: this will allow future code to distinguish chipRuns using the old vs the new PATTERN.ROW code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/ippconfig/recipes/ppImage.config

    r41656 r41865  
    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
Note: See TracChangeset for help on using the changeset viewer.