IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 3:52:04 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

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

Legend:

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

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

    r34417 r34566  
    196196
    197197KRON_ITERATIONS                     S32   2
    198 KRON_APPLY_WEIGHT                   BOOL  FALSE
    199 KRON_APPLY_WINDOW                   BOOL  FALSE
    200198KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
    201199KRON_SMOOTH_SIGMA                   F32   1.7
     
    289287# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
    290288# IMAGE_VAR, MODEL_VAR the first of these used to be folded into the
    291 # boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
     289# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above (so if _MODE set, then
     290# it overrides).
    292291LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
    293292
     
    525524
    526525STACKPHOT_SINGLE    METADATA
    527   PSPHOT.STACK.USE.RAW                BOOL  F   # since false perform photometry & morphology analysis on the convolved images
     526  # while not used by psphot directly, staticsky.pl uses to decide if single filter calls psphot with convolved or unconvolved/raw input.
     527  PSPHOT.STACK.USE.RAW                BOOL  T   # if false perform photometry & morphology analysis on the convolved images
     528  # NOTE: if PSPHOT.STACK.USE.RAW is set to False, KRON.SMOOTH should be
     529  #   set to false as well in order to get the best MOMENTS_R1 measurement.
     530  KRON_SMOOTH                         BOOL  T    # smooth before kron radius measurement
     531  # default is T and won't work here
    528532  SAVE.BACKMDL                        BOOL  F
    529533END
     534
    530535
    531536# Recipe overrides for CHIP
Note: See TracChangeset for help on using the changeset viewer.