IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2014, 5:52:37 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20140402
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140402

  • branches/eam_branches/ipp-20140402/ippconfig

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-20140402/ippconfig/gpc1/ppStack.config

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