IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34344


Ignore:
Timestamp:
Aug 23, 2012, 11:25:48 AM (14 years ago)
Author:
eugene
Message:

fit trails for OSS data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120802/ippconfig/recipes/psphot.config

    r34308 r34344  
    366366PSPHOT.STACK.SPLIT.LINEAR.FIT       BOOL  T    # require positive flux for pass 3 linear fit then fit matched sources separately
    367367
     368# psphotStack source matching parameters
     369PSPHOT.STACK.MIN.DETECT.FOR.FORCED  S32   2   # number of bands that an object must be detected in before creating
     370                                              # sources in undetected bands
     371                                             
     372# PSPHOT.STACK.MATCH.FILTER
     373# list of metadata to control how source matching is performed for each band
     374# FILTER.ID is used to match to the FPA's concept value FPA.FILTERID
     375# ORDER controls the order in which the bands are processed. Lower numbers are processed first.
     376#       The intent is to process in order of sensitivity
     377# MATCH.ALL if true causes forced photometry sources for objects detected in that band but don't meet
     378#       the minimum number of detections cut
     379# TYPE is used in the recipe bookkeeping and has no semantic (but must be unique)
     380# Note: if an input has a filter not in this list it will be processed after all of the others with MATCH.ALL = FALSE
     381PSPHOT.STACK.MATCH.FILTERS   METADATA
     382    TYPE        PSPHOT_STACK.MATCH.FILTER FILTER.ID ORDER MATCH.ALL
     383    gband       PSPHOT_STACK.MATCH.FILTER   g        4       FALSE
     384    rband       PSPHOT_STACK.MATCH.FILTER   r        2       FALSE
     385    iband       PSPHOT_STACK.MATCH.FILTER   i        1       FALSE
     386    zband       PSPHOT_STACK.MATCH.FILTER   z        3       FALSE
     387    yband       PSPHOT_STACK.MATCH.FILTER   y        5       TRUE
     388    wband       PSPHOT_STACK.MATCH.FILTER   w        0       FALSE
     389END
     390
    368391RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
    369392RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     
    539562  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    540563  OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
    541 END
    542 
     564
     565  # Extended source fit parameters
     566  # these models are used for high-quality shape analysis after all sources have been removed
     567  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     568  EXT_MODEL                           STR   PS_MODEL_TRAIL
     569
     570  # extended source models applied to sources
     571  EXTENDED_SOURCE_MODELS METADATA
     572    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     573    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     574  END
     575END
    543576
    544577# Recipe overrides for PR reduction
Note: See TracChangeset for help on using the changeset viewer.