IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2012, 3:56:01 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120805/ippconfig
Files:
6 edited

Legend:

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

  • branches/eam_branches/ipp-20120805/ippconfig/gpc1/psphot.config

    r32187 r34397  
    1919# PSF model parameters : choose the PSF model desired
    2020PSF_MODEL                           STR   PS_MODEL_PS1_V1
     21# vector of simga values to use in when setting the moments window (this is shorter for gpc1 than
     22# the psphot default)
     23@PSF.SIGMA.VALUES                   F32   1.0  2.0  3.0  4.5  6.0  9.0 # comment due to ticket #1476
     24
    2125PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025        # Softening parameter for weights in CR stat
    22 
    2326PSPHOT.CR.MAX.SIZE                  F32   0.8             # guess for limit on M_minor in pix^2
    2427PSPHOT.CR.MAX.MAG                   F32  -8.0             # guess for limit on Kron Mag
  • branches/eam_branches/ipp-20120805/ippconfig/recipes/psastro.config

    r34147 r34397  
    167167CROSSTALK_MASK       BOOL FALSE
    168168
     169# report and reject stars with reported magnitudes less than this value. These non physical
     170# magnitudes are errors in the reference catalog (this value is sky magnitude, not instrumental)
     171REFSTAR_CLAMP_MAG_MIN           F32 -3.0
     172
    169173EXTRACT_MAX_MAG                 F32 -15.0
    170174
  • branches/eam_branches/ipp-20120805/ippconfig/recipes/psphot.config

    r34273 r34397  
    122122PSF_MODEL                           STR   PS_MODEL_GAUSS
    123123# PSF_MODEL                         STR   PS_MODEL_PGAUSS
     124# sigma values used by psphotSetMomentsWindow. Maximum length of this array is 8
     125@PSF.SIGMA.VALUES                   F32   1.0  2.0  3.0  4.5  6.0  9.0  12.0  18.0 # comment due to ticket #1476
    124126
    125127# PSF.TREND.MASK must be a 2D polynomial
     
    364366PSPHOT.STACK.SPLIT.LINEAR.FIT       BOOL  T    # require positive flux for pass 3 linear fit then fit matched sources separately
    365367
     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
     391# if true keep all matched sources, even if we get a non-finite aperture flux measurement
     392PSPHOT.STACK.KEEP.BAD.MATCHES  BOOL     F
     393
    366394RADIAL_APERTURES                    BOOL  F    # calculate flux in circular radial apertures?
    367395RADIAL_APERTURES_SN_LIM             F32   0.0  # S/N limit for radial aperture calculation
     
    537565  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    538566  OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
    539 END
    540 
     567
     568  # Extended source fit parameters
     569  # these models are used for high-quality shape analysis after all sources have been removed
     570  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     571  EXT_MODEL                           STR   PS_MODEL_TRAIL
     572
     573  # extended source models applied to sources
     574  EXTENDED_SOURCE_MODELS METADATA
     575    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     576    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     577  END
     578END
    541579
    542580# Recipe overrides for PR reduction
  • branches/eam_branches/ipp-20120805/ippconfig/recipes/pstamp.config

    r34233 r34397  
    1414DATA_GROUP  STR  czw.SAS2.20120718
    1515
    16 DATA_GROUP  STR  MD01.refstack.20110820
    17 DATA_GROUP  STR  MD01.GR0%
     16DATA_GROUP  STR  MD01.refstack.20120803
    1817
    1918DATA_GROUP  STR  MD02.refstack.20110907
  • branches/eam_branches/ipp-20120805/ippconfig/recipes/reductionClasses.mdc

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.