IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2020, 3:28:20 PM (6 years ago)
Author:
eugene
Message:

add UKIDSS photcodes; simtest updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simtest/psphot.config

    r34263 r41273  
    1717  END
    1818END
     19
     20GALAXY_TEST METADATA
     21  # Extended source fit parameters
     22  # these models are used for high-quality shape analysis after all sources have been removed
     23  SAVE.RESID BOOL T
     24
     25  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     26  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     27  PSF_MODEL                           STR   PS_MODEL_PS1_V1
     28
     29  EXTENDED_SOURCE_SN_LIM              F32   5.0
     30
     31  LMM_FIT_CHISQ_CONVERGENCE           BOOL  FALSE           # use the (old) chisq convergence or the new parameter one
     32  LMM_FIT_GAIN_FACTOR_MODE            S32   2               # there are 3 options to determine the gain factor (0,1,2)
     33  EXT_FIT_MIN_TOL                     F32   0.1             # Fit tolerance for EXT
     34
     35  # XXX these are only needed if we want to get perfect fits of the synthetic data
     36  PSF_FIT_RADIUS_SCALE         F32   3.75
     37  EXT_FIT_NSIGMA_CONV          F32   11
     38  PSF.RESIDUALS BOOL F
     39
     40  # if this is defined, it gives a list of the model names to fit below (ALL or NONE are also valid)
     41  EXTENDED_SOURCE_MODELS_SELECTION    STR   NONE
     42
     43  # extended source models applied to sources
     44  EXTENDED_SOURCE_MODELS METADATA
     45    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     46    EXP_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_EXP     3.0     TRUE
     47    DEV_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_DEV     3.0     TRUE
     48    SER_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC  3.0     TRUE
     49    GAU_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_GAUSS   3.0     TRUE
     50    PGA_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS  3.0     TRUE
     51    QGA_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS  3.0     TRUE
     52    PS1_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_PS1_V1  3.0     TRUE
     53
     54    EXP_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_EXP     10.0    FALSE
     55    DEV_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_DEV     10.0    FALSE
     56    SER_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC  10.0    FALSE
     57    GAU_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_GAUSS   10.0    FALSE
     58    PGA_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS  10.0    FALSE
     59    QGA_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS  10.0    FALSE
     60    PS1_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_PS1_V1  10.0    FALSE
     61  END
     62
     63  EXT.ANALYSIS.MAG.LIMITS METADATA
     64      TYPE  DATA FILTER.ID MAG.LIMIT.PETRO  MAG.LIMIT.EXTFIT
     65      gband DATA g         25               NAN
     66      rband DATA r         25               NAN
     67      iband DATA i         25               NAN
     68      zband DATA z         25               NAN
     69      yband DATA y         25               NAN
     70      wband DATA w         25               NAN
     71      other DATA any       25               NAN
     72  END
     73END
     74
Note: See TracChangeset for help on using the changeset viewer.