IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36091


Ignore:
Timestamp:
Sep 3, 2013, 12:09:25 PM (13 years ago)
Author:
watersc1
Message:

merging trunk back into my branch.

Location:
branches/czw_branch/20130702/ippconfig
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20130702/ippconfig

  • branches/czw_branch/20130702/ippconfig/gpc1

  • branches/czw_branch/20130702/ippconfig/gpc1/ppStack.config

    r35931 r36091  
    6363    PSF.INPUT.THRESH        F32   10.0
    6464    PSF.INPUT.ASYMMETRY     F32   0.2
    65     PSF.TARGET.AS.MAX       BOOL  TRUE
     65    PSF.TARGET.AS.MAX       BOOL  TRUE
    6666   MATCH.REJ        F32    4.0
    6767   SAFE          BOOL   F
     
    125125END
    126126
     127STACK_NIGHTLY_1DG  METADATA                 # Typically MD 8 input nightly stacks and using 1DG convolution
     128    OUTPUT.NOCOMP      BOOL  FALSE
     129    OUTPUT.LOGFLUX     BOOL  FALSE
     130    PSF.TARGET.AS.MAX  BOOL  TRUE
     131    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     132END
     133
     134STACK_MD_REF_1DG       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
     135    OUTPUT.NOCOMP           BOOL  TRUE
     136    OUTPUT.LOGFLUX          BOOL  FALSE
     137    OUTPUT.REPLICATE        BOOL  TRUE
     138    STACK.TYPE              STR   DEEP_STACK  ## needed?
     139    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     140    PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack
     141    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     142    PSF.INPUT.THRESH        F32   NAN
     143    PSF.INPUT.ASYMMETRY     F32   NAN
     144    MATCH.REJ               F32   4.0 # need ot tune?
     145    SAFE                    BOOL  FALSE
     146    PSF.TARGET.AS.MAX       BOOL  TRUE      # Set the target PSF FWHM as the maximum of accepted input FWHM values.
     147    PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
     148END
     149
     150STACK_MD_DEEP_1DG     METADATA   ## revised config for MD deepstack above after ppStack mods 5/03/13
     151    OUTPUT.NOCOMP           BOOL  TRUE
     152    OUTPUT.LOGFLUX          BOOL  FALSE
     153    OUTPUT.REPLICATE        BOOL  TRUE
     154    STACK.TYPE              STR   DEEP_STACK
     155    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     156    PSF.INPUT.MAX           F32   10.0
     157    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     158    PSF.INPUT.THRESH        F32   NAN
     159    PSF.INPUT.ASYMMETRY     F32   NAN
     160    MATCH.REJ               F32   4.0 # need ot tune?
     161    SAFE                    BOOL  FALSE
     162    PSF.TARGET.AS.MAX  BOOL  TRUE
     163    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     164END
     165
     166STACK_ALLDEEP_1DG      METADATA     # no cuts, everything in changes after ppStack mods 5/03/13
     167    OUTPUT.NOCOMP           BOOL  TRUE
     168    OUTPUT.LOGFLUX          BOOL  FALSE
     169    OUTPUT.REPLICATE        BOOL  TRUE
     170    STACK.TYPE              STR   DEEP_STACK
     171    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     172    PSF.INPUT.MAX           F32   100.0
     173    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     174    PSF.INPUT.THRESH        F32   NAN
     175    PSF.INPUT.ASYMMETRY     F32   NAN
     176    MATCH.REJ               F32   4.0 # need ot tune?
     177    SAFE                    BOOL  FALSE
     178    PSF.TARGET.AS.MAX  BOOL  TRUE
     179    PSF.TARGET.AS.MAX.EPSILON F32 0.1
     180END
     181
     182
    127183# Recipe overrides for STACK
    128184STACKPHOT METADATA
  • branches/czw_branch/20130702/ippconfig/gpc1/psphot.config

    r35770 r36091  
    5454  PSPHOT.EXT.DIFF.ALTERNATE.THRESH  F32  1.25
    5555
     56  # XXX enable these when MOPS is ready
     57  # LMM_FIT_CHISQ_CONVERGENCE         BOOL FALSE
     58  # LMM_FIT_GAIN_FACTOR_MODE          S32  2
     59  # PSF_FIT_MIN_TOL                   F32  0.2
     60  # EXT_FIT_MIN_TOL                   F32  0.2
     61  # PSF_FIT_ITER                      S32  20
     62  # EXT_FIT_ITER                      S32  20
     63  # FOOTPRINT_CULL_NSIGMA_DELTA       F32  10
     64  # FOOTPRINT_CULL_NSIGMA_MIN         F32   2 
     65
    5666  PSPHOT.EXT.FIT.ALL.SOURCES        BOOL TRUE
    5767  PSPHOT.EXT.FIT.ALL.THRESH         F32  1000
  • branches/czw_branch/20130702/ippconfig/recipes/filerules-split.mdc

    r35865 r36091  
    280280PSASTRO.OUT.ORIGINAL.CMF.MEF OUTPUT {OUTPUT}.smf.original             CMF             NONE       FPA        TRUE      MEF
    281281                                                                                                             
     282# XXX need to use CHIP for tc3 tests, but why?
     283#PSWARP.OUTPUT                OUTPUT {OUTPUT}.fits                     IMAGE           COMP_IMG   CHIP       TRUE      NONE
     284#PSWARP.OUTPUT.MASK           OUTPUT {OUTPUT}.mask.fits                MASK            COMP_MASK  CHIP       TRUE      NONE
     285#PSWARP.OUTPUT.VARIANCE       OUTPUT {OUTPUT}.wt.fits                  VARIANCE        COMP_WT    CHIP       TRUE      NONE
    282286PSWARP.OUTPUT                OUTPUT {OUTPUT}.fits                     IMAGE           COMP_IMG   FPA        TRUE      NONE
    283287PSWARP.OUTPUT.MASK           OUTPUT {OUTPUT}.mask.fits                MASK            COMP_MASK  FPA        TRUE      NONE
     
    327331
    328332PPSTACK.OUTPUT.EXP           OUTPUT {OUTPUT}.exp.fits                 IMAGE           EXP        FPA        TRUE      NONE
     333PPSTACK.OUTPUT.EXP.NOCOMP    OUTPUT {OUTPUT}.exp.fits                 IMAGE           NONE       FPA        TRUE      NONE
    329334PPSTACK.OUTPUT.EXPNUM        OUTPUT {OUTPUT}.num.fits                 MASK            EXPNUM     FPA        TRUE      NONE
    330335PPSTACK.OUTPUT.EXPWT.COMP    OUTPUT {OUTPUT}.expwt.fits               VARIANCE        EXP        FPA        TRUE      NONE
     
    337342PPSTACK.UNCONV.VARIANCE.NOCOMP OUTPUT {OUTPUT}.unconv.wt.fits         VARIANCE        NONE       FPA        TRUE      NONE
    338343PPSTACK.UNCONV.EXP           OUTPUT {OUTPUT}.unconv.exp.fits          IMAGE           EXP        FPA        TRUE      NONE
     344PPSTACK.UNCONV.EXP.NOCOMP    OUTPUT {OUTPUT}.unconv.exp.fits          IMAGE           NONE        FPA        TRUE      NONE
    339345PPSTACK.UNCONV.EXPNUM        OUTPUT {OUTPUT}.unconv.num.fits          MASK            EXPNUM     FPA        TRUE      NONE
    340346PPSTACK.UNCONV.EXPWT.COMP    OUTPUT {OUTPUT}.unconv.expwt.fits        VARIANCE        EXP        FPA        TRUE      NONE
  • branches/czw_branch/20130702/ippconfig/recipes/nightly_science.config

    r35723 r36091  
    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 21
     5  RETENTION_TIME U16 7
    66END
    77CLEAN_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 21
     16  RETENTION_TIME S16 7
    1717END
    1818CLEAN_MODES METADATA
     
    238238  TESS         STR RINGS.V3
    239239  OBSMODE      STR OSS
    240   STACKABLE   BOOL TRUE
     240  STACKABLE   BOOL FALSE
    241241  DIFFABLE    BOOL TRUE
    242242  REDUCTION STR SWEETSPOT
     
    249249  TESS         STR RINGS.V3
    250250  OBSMODE      STR ESS
    251   STACKABLE   BOOL TRUE
     251  STACKABLE   BOOL FALSE
    252252  DIFFABLE    BOOL TRUE
    253253  REDUCTION STR SWEETSPOT
     
    260260  TESS         STR RINGS.V3
    261261  OBSMODE      STR MSS
    262   STACKABLE   BOOL TRUE
     262  STACKABLE   BOOL FALSE
    263263  DIFFABLE    BOOL TRUE
    264264  REDUCTION STR SWEETSPOT
  • branches/czw_branch/20130702/ippconfig/recipes/ppStack.config

    r35931 r36091  
    9898PSF.TARGET.AS.MAX.EPSILON F32 0.1       # Amount to set the target PSF FWHM larger than the maximum input. Target = eps + max(input)
    9999
     100
    100101TEMP.IMAGE      STR     conv.im.fits    # Suffix for temporary convolved images
    101102TEMP.MASK       STR     conv.mk.fits    # Suffix for temporary convolved masks
     
    175176END
    176177
     178STACK_MD_REF_1DG    METADATA
     179END
     180
     181STACK_MD_DEEP_1DG   METADATA
     182END
     183
     184STACK_ALLDEEP_1DG   METADATA
     185END
     186
     187STACK_NIGHTLY_1DG  METADATA
     188    STACK.TYPE      STR     NIGHTLY_STACK
     189END
    177190
    178191
  • branches/czw_branch/20130702/ippconfig/recipes/ppSub.config

    r35890 r36091  
    5656PENALTY         F32     1.0             # 4.0e-6 for the updated code from 2010.09.19
    5757BIN1            S32     16              # Binning factor for first level
    58 BIN2            S32     16              # Binning factor for second level 
     58BIN2            S32     16              # Binning factor for second level
    5959
    6060OPTIMUM         BOOL    FALSE           # Derive optimum parameters for ISIS and GUNK kernels
  • branches/czw_branch/20130702/ippconfig/recipes/psphot.config

    r35770 r36091  
    207207# these models are used for high-quality shape analysis after all sources have been removed
    208208EXTENDED_SOURCE_FITS                BOOL  FALSE  # perform the detailed extended sourc fits?
     209EXTENDED_SOURCE_FITS_INTERACTIVE    BOOL  FALSE  # perform the detailed extended sourc fits?
    209210
    210211EXTENDED_SOURCE_MODELS_SELECTION    STR   ALL
     
    438439  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
    439440
     441  LMM_FIT_CHISQ_CONVERGENCE           BOOL  FALSE           # use the (old) chisq convergence or the new parameter one
     442  LMM_FIT_GAIN_FACTOR_MODE            S32   2               # there are 3 options to determine the gain factor (0,1,2)
     443
    440444  EXT_FIT_MAX_RADIUS                  F32   50.0
    441445  PSF_MODEL                           STR   PS_MODEL_PS1_V1
     
    622626  # these models are used for high-quality shape analysis after all sources have been removed
    623627  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
    624   EXT_MODEL                           STR   PS_MODEL_EXP
     628  EXT_MODEL                           STR   PS_MODEL_GAUSS
    625629
    626630  # if this is defined, it gives a list of the model names to fit below (ALL or NONE are also valid)
  • branches/czw_branch/20130702/ippconfig/recipes/reductionClasses.mdc

    r35831 r36091  
    577577END
    578578
     579NIGHTLY_STACK_1DG         METADATA
     580      STACK_PPSTACK   STR      STACK_NIGHTLY_1DG
     581      STACK_PPSUB     STR      STACK_1DG
     582      STACK_PSPHOT    STR      STACK
     583      STACKPHOT_PSPHOT        STR     STACKPHOT
     584      STATICSKY_CALIBRATION   STR     STATICSKY_NIGHTCAL
     585END
     586
    579587# deep stacks
    580588DEEP_STACK            METADATA
     
    615623
    616624MD_REF_STACK_1DG            METADATA
    617       STACK_PPSTACK           STR     STACK_MD_REF
     625      STACK_PPSTACK           STR     STACK_MD_REF_1DG
    618626      STACK_PPSUB             STR     STACK_1DG
    619627      STACK_PSPHOT            STR     STACK
     
    635643
    636644MD_DEEP_STACK_1DG            METADATA
    637       STACK_PPSTACK           STR     STACK_MD_DEEP
     645      STACK_PPSTACK           STR     STACK_MD_DEEP_1DG
    638646      STACK_PPSUB             STR     STACK_1DG
    639647      STACK_PSPHOT            STR     STACK
     
    668676        STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
    669677END
     678
     679ALLDEEP_STACK_1DG            METADATA
     680        STACK_PPSTACK           STR     STACK_ALLDEEP_1DG
     681        STACK_PPSUB             STR     STACK_1DG
     682        STACK_PSPHOT            STR     STACK
     683        STACKPHOT_PSPHOT        STR     STACKPHOT
     684        STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     685END
     686
     687
    670688
    671689TESTSTACK            METADATA
Note: See TracChangeset for help on using the changeset viewer.