IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2012, 2:57:58 PM (14 years ago)
Author:
mhuber
Message:

modification for MD sky configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/psphot.config

    r34418 r34512  
    289289# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
    290290# IMAGE_VAR, MODEL_VAR the first of these used to be folded into the
    291 # boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
     291# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above (so if _MODE set, then
     292# it overrides).
    292293LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
    293294
     
    525526
    526527STACKPHOT_SINGLE    METADATA
    527   PSPHOT.STACK.USE.RAW                BOOL  F   # since false perform photometry & morphology analysis on the convolved images
     528  # while not used by psphot directly, staticsky.pl uses to decide if single filter calls psphot with convolved or unconvolved/raw input.
     529  PSPHOT.STACK.USE.RAW                BOOL  T   # if false perform photometry & morphology analysis on the convolved images
     530  # NOTE: if PSPHOT.STACK.USE.RAW is set to False, KRON.SMOOTH should be
     531  #   set to false as well in order to get the best MOMENTS_R1 measurement.
     532  KRON_SMOOTH                         BOOL  T    # smooth before kron radius measurement
     533  # default is T and won't work here
    528534  SAVE.BACKMDL                        BOOL  F
    529535END
     536
    530537
    531538# Recipe overrides for CHIP
Note: See TracChangeset for help on using the changeset viewer.