IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

Location:
branches/czw_branch/20120906/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ippconfig

  • branches/czw_branch/20120906/ippconfig/recipes/psphot.config

    r34354 r34772  
    7575DEBLEND_SKY_NSIGMA                  F32   10.0
    7676DEBLEND_MIN_SATURATION              F32   40000.0
     77
     78# subtract radial profiles for extremely bright stars?
     79SUBTRACT_SATSTAR_PROFILE            BOOL  F
    7780
    7881# parameters to control the selection of the peak in the Sx,Sy plane
     
    193196
    194197KRON_ITERATIONS                     S32   2
    195 KRON_APPLY_WEIGHT                   BOOL  FALSE
    196 KRON_APPLY_WINDOW                   BOOL  FALSE
    197198KRON_SMOOTH                         BOOL  TRUE      # smooth pixels before measuring kron radii
    198199KRON_SMOOTH_SIGMA                   F32   1.7
     
    286287# psphotFitSourcesLinear has 3 options for the weighting: CONSTANT,
    287288# IMAGE_VAR, MODEL_VAR the first of these used to be folded into the
    288 # boolean CONSTANT_PHOTOMETRIC_WEIGHTS above.
     289# boolean CONSTANT_PHOTOMETRIC_WEIGHTS above (so if _MODE set, then
     290# it overrides).
    289291LINEAR_FIT_VARIANCE_MODE            STR  CONSTANT
    290292
     
    414416  PETROSIAN_FOR_STARS                 BOOL  FALSE
    415417
     418  # subtract radial profiles for extremely bright stars?
     419  SUBTRACT_SATSTAR_PROFILE            BOOL  T
     420 
    416421  CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
    417422  POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
     
    519524
    520525STACKPHOT_SINGLE    METADATA
    521   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
    522532  SAVE.BACKMDL                        BOOL  F
    523533END
     534
    524535
    525536# Recipe overrides for CHIP
     
    547558DIFF    METADATA
    548559  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    549   OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
     560  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
    550561
    551562  # Extended source fit parameters
     
    564575  PEAKS_NSIGMA_LIMIT_2                F32   4.0             # peak significance threshold 
    565576  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
    566   OUTPUT.FORMAT                     STR  PS1_DV2       # Format of output file
     577  OUTPUT.FORMAT                     STR  PS1_DV3       # Format of output file
    567578
    568579  # Extended source fit parameters
Note: See TracChangeset for help on using the changeset viewer.