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:
8 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
  • branches/eam_branches/ipp-20140402/ippconfig/recipes/nightly_science.config

    r36037 r36677  
    33  MODE           STR CHIP
    44  COMMAND        STR chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
    5   RETENTION_TIME U16 7
     5  RETENTION_TIME U16 5
    66END
    77CLEAN_MODES METADATA
     
    99  COMMAND        STR warptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
    1010#  COMMAND        STR true
    11   RETENTION_TIME U16 7
     11  RETENTION_TIME U16 5
    1212END
    1313CLEAN_MODES METADATA
    1414  MODE           STR DIFF
    1515  COMMAND        STR difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
    16   RETENTION_TIME S16 7
     16  RETENTION_TIME S16 5
    1717END
    1818CLEAN_MODES METADATA
  • branches/eam_branches/ipp-20140402/ippconfig/recipes/ppStack.config

    r35964 r36677  
    189189END
    190190
     191STACK_MDTHREEPI_DEEP_1DG   METADATA
     192END
     193
    191194
    192195
  • branches/eam_branches/ipp-20140402/ippconfig/recipes/ppSub.config

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20140402/ippconfig/recipes/psphot.config

    r36633 r36677  
    491491  PEAKS_NMAX_TOTAL                    S32   0 # set this to limit the allowed number of peaks - Yields fault instead of avoid memory explosion
    492492
    493   EXT_MODEL_TYPE_FOR_CFF              STR   PS_MODEL_DEV
     493#  EXT_MODEL_TYPE_FOR_CFF              STR   PS_MODEL_DEV
    494494
    495495  SAVE.RESID                          BOOL  TRUE
  • branches/eam_branches/ipp-20140402/ippconfig/recipes/reductionClasses.mdc

    r36644 r36677  
    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.