IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36087 for trunk/ippconfig


Ignore:
Timestamp:
Aug 31, 2013, 6:06:40 AM (13 years ago)
Author:
eugene
Message:

merge changes from EAM branch (add fitting tweaks for MOPS and trails; add EXTENDED_SOURCE_FITS_INTERACTIVE; add LMM mods to STACKPHOT only)

Location:
trunk/ippconfig
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/gpc1/psphot.config

    r35770 r36087  
    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
  • trunk/ippconfig/recipes/filerules-split.mdc

    r35950 r36087  
    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
  • trunk/ippconfig/recipes/ppSub.config

  • trunk/ippconfig/recipes/psphot.config

    r35770 r36087  
    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)
  • trunk/ippconfig/recipes/reductionClasses.mdc

Note: See TracChangeset for help on using the changeset viewer.