IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:31:04 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-pv3-20140717-merge/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/ippconfig

  • branches/eam_branches/ipp-pv3-20140717-merge/ippconfig/recipes/psphot.config

    r37052 r37823  
    233233# Extended source fit parameters
    234234# these models are used for high-quality shape analysis after all sources have been removed
    235 EXTENDED_SOURCE_FITS                BOOL  FALSE  # perform the detailed extended sourc fits?
    236 EXTENDED_SOURCE_FITS_INTERACTIVE    BOOL  FALSE  # perform the detailed extended sourc fits?
     235EXTENDED_SOURCE_FITS                BOOL  FALSE  # perform the detailed extended source fits?
     236EXTENDED_SOURCE_FITS_INTERACTIVE    BOOL  FALSE  # perform the detailed extended source fits?
    237237EXTENDED_SOURCE_FITS_POISSON        BOOL  FALSE   # use poisson errors for extended source models
     238EXTENDED_SOURCE_GALAXY_PARAMS       BOOL  FALSE  # measure galaxy parameters
    238239
    239240EXTENDED_SOURCE_MODELS_SELECTION    STR   ALL
     
    315316# ANALYSIS_REGION                   STR   [1000:1600,2800:3400]
    316317
     318GROWTH_FROM_SOURCES                 BOOL  TRUE
    317319IGNORE_GROWTH                       BOOL  FALSE
    318320CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
     
    412414
    413415# psphotStack source matching parameters
    414 PSPHOT.STACK.MIN.DETECT.FOR.FORCED  S32   2   # number of bands that an object must be detected in before creating
     416PSPHOT.STACK.MIN.DETECT.FOR.FORCED  S32   1   # number of bands that an object must be detected in before creating
    415417                                              # sources in undetected bands
    416418                                             
     
    426428PSPHOT.STACK.MATCH.FILTERS   METADATA
    427429    TYPE        PSPHOT_STACK.MATCH.FILTER FILTER.ID ORDER MATCH.ALL Y.RATIO.MAX
    428     gband       PSPHOT_STACK.MATCH.FILTER   g        4       FALSE      0
    429     rband       PSPHOT_STACK.MATCH.FILTER   r        2       FALSE      1.7
    430     iband       PSPHOT_STACK.MATCH.FILTER   i        1       FALSE      1.6
    431     zband       PSPHOT_STACK.MATCH.FILTER   z        3       FALSE      1.65
     430    gband       PSPHOT_STACK.MATCH.FILTER   g        4       TRUE      0
     431    rband       PSPHOT_STACK.MATCH.FILTER   r        2       TRUE      0
     432    iband       PSPHOT_STACK.MATCH.FILTER   i        1       TRUE      0
     433    zband       PSPHOT_STACK.MATCH.FILTER   z        3       TRUE      0
    432434    yband       PSPHOT_STACK.MATCH.FILTER   y        5       TRUE       0
    433     wband       PSPHOT_STACK.MATCH.FILTER   w        0       FALSE      0
     435    wband       PSPHOT_STACK.MATCH.FILTER   w        0       TRUE      0
    434436END
    435437
     
    446448
    447449# if true keep all matched sources, even if we get a non-finite aperture flux measurement
    448 PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     F
     450PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     T
    449451
    450452RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     
    479481STACKPHOT                             METADATA
    480482  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
     483  EXTENDED_SOURCE_GALAXY_PARAMS       BOOL  TRUE  # measure additional paramters for "galaxies"
    481484  EXTENDED_SOURCE_SN_LIM              F32   10.0
    482485  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     
    494497  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
    495498  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    496   OUTPUT.FORMAT                       STR   PS1_SV3
     499  OUTPUT.FORMAT                       STR   PS1_SV4
    497500
    498501  # subtract radial profiles for extremely bright stars?
     
    653656
    654657SSTF_DIFF METADATA
    655   PEAKS_NSIGMA_LIMIT_2                F32   4.0             # peak significance threshold 
     658  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold -- MOPS would like to see 4.0->3.5 since ppMops fixed
    656659  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    657660  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
Note: See TracChangeset for help on using the changeset viewer.