IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2015, 1:33:57 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20140904/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/ippconfig

  • branches/eam_branches/ipp-20140904/ippconfig/recipes/psphot.config

    r37052 r37802  
    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
     
    412413
    413414# 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
     415PSPHOT.STACK.MIN.DETECT.FOR.FORCED  S32   1   # number of bands that an object must be detected in before creating
    415416                                              # sources in undetected bands
    416417                                             
     
    426427PSPHOT.STACK.MATCH.FILTERS   METADATA
    427428    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
     429    gband       PSPHOT_STACK.MATCH.FILTER   g        4       TRUE      0
     430    rband       PSPHOT_STACK.MATCH.FILTER   r        2       TRUE      0
     431    iband       PSPHOT_STACK.MATCH.FILTER   i        1       TRUE      0
     432    zband       PSPHOT_STACK.MATCH.FILTER   z        3       TRUE      0
    432433    yband       PSPHOT_STACK.MATCH.FILTER   y        5       TRUE       0
    433     wband       PSPHOT_STACK.MATCH.FILTER   w        0       FALSE      0
     434    wband       PSPHOT_STACK.MATCH.FILTER   w        0       TRUE      0
    434435END
    435436
     
    446447
    447448# if true keep all matched sources, even if we get a non-finite aperture flux measurement
    448 PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     F
     449PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     T
    449450
    450451RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
     
    479480STACKPHOT                             METADATA
    480481  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform any of the aperture-like measurements?
     482  EXTENDED_SOURCE_GALAXY_PARAMS       BOOL  TRUE  # measure additional paramters for "galaxies"
    481483  EXTENDED_SOURCE_SN_LIM              F32   10.0
    482484  EXTENDED_SOURCE_PETROSIAN           BOOL  TRUE
     
    494496  RADIAL_APERTURES                    BOOL  T    # calculate flux in circular radial apertures?
    495497  RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
    496   OUTPUT.FORMAT                       STR   PS1_SV3
     498  OUTPUT.FORMAT                       STR   PS1_SV4
    497499
    498500  # subtract radial profiles for extremely bright stars?
     
    653655
    654656SSTF_DIFF METADATA
    655   PEAKS_NSIGMA_LIMIT_2                F32   4.0             # peak significance threshold 
     657  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold -- MOPS would like to see 4.0->3.5 since ppMops fixed
    656658  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    657659  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
Note: See TracChangeset for help on using the changeset viewer.