IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36659 for trunk/ippconfig


Ignore:
Timestamp:
Apr 12, 2014, 11:41:19 AM (12 years ago)
Author:
mhuber
Message:

adding some MD DEEP config mods

Location:
trunk/ippconfig
Files:
3 edited

Legend:

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

    r36183 r36659  
    167167    PSF.TARGET.AS.MAX  BOOL  TRUE
    168168    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     169    THRESHOLD.MASK  F32     0.01             # Threshold for mask deconvolution (0..1)
     170    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     171    COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
     172    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     173    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     174    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
    169175END
    170176
     
    183189    PSF.TARGET.AS.MAX  BOOL  TRUE
    184190    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     191    THRESHOLD.MASK  F32     0.5             # Threshold for mask deconvolution (0..1)
     192    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     193    COMBINE.REJ     F32     3.5             # Rejection threshold in combination (sigma)
     194    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     195    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     196    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
     197END
     198
     199STACK_MDTHREEPI_DEEP_1DG     METADATA   ## revised config for MD+3PI
     200    OUTPUT.NOCOMP           BOOL  TRUE
     201    OUTPUT.LOGFLUX          BOOL  FALSE
     202    OUTPUT.REPLICATE        BOOL  TRUE
     203    STACK.TYPE              STR   DEEP_STACK
     204    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     205    PSF.INPUT.MAX           F32   10.0    #
     206    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     207    PSF.INPUT.THRESH        F32   NAN
     208    PSF.INPUT.ASYMMETRY     F32   NAN
     209    MATCH.REJ               F32   4.0     # need ot tune?
     210    SAFE                    BOOL  FALSE
     211    PSF.TARGET.AS.MAX  BOOL  TRUE
     212    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     213    THRESHOLD.MASK  F32     0.01             # Threshold for mask deconvolution (0..1)
     214    COMBINE.ITER    F32     0.5             # Number of rejection iterations per input
     215    COMBINE.REJ     F32     2.5             # Rejection threshold in combination (sigma)
     216    COMBINE.SYS     F32     0.1             # Relative systematic error in combination
     217    COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
     218    IMAGE.REJ       F32     0.1             # Rejected pixel fraction threshold for rejecting entire image
    185219END
    186220
  • trunk/ippconfig/recipes/ppStack.config

    r35964 r36659  
    189189END
    190190
     191STACK_MDTHREEPI_DEEP_1DG   METADATA
     192END
     193
    191194
    192195
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r36633 r36659  
    663663      STACKPHOT_SINGLE_PSPHOT STR     STACKPHOT_SINGLE
    664664      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     665END
     666
     667MDTHREEPI_DEEP_STACK_1DG            METADATA
     668      STACK_PPSTACK           STR     STACK_MDTHREEPI_DEEP_1DG
     669      STACK_PPSUB             STR     STACK_1DG
     670      STACK_PSPHOT            STR     STACK
     671      STACKPHOT_PSPHOT        STR     STACKPHOT
     672      STACKPHOT_PPSUB         STR     STACKPHOT_1DG
     673      STACKPHOT_PPSTACK       STR     STACKPHOT
     674      STACKPHOT_SINGLE_PSPHOT STR     STACKPHOT_SINGLE
     675      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
    665676END
    666677
Note: See TracChangeset for help on using the changeset viewer.