IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34512 for trunk


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

modification for MD sky configs

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/psastro.config

    r34148 r34512  
    408408   PSASTRO.GRID.NRAW.MAX                S32     2000
    409409   PSASTRO.GRID.NREF.MAX                S32     2000
    410    PSASTRO.MIN.INST.MAG.RAW             F32     -20.0
    411    PSASTRO.MAX.INST.MAG.RAW             F32     -15.0
    412    PSASTRO.GRID.MIN.INST.MAG.RAW        F32     -20.0
     410   PSASTRO.MIN.INST.MAG.RAW             F32     -19.0
     411   PSASTRO.MAX.INST.MAG.RAW             F32     -14.0
     412   PSASTRO.GRID.MIN.INST.MAG.RAW        F32     -19.0
    413413   PSASTRO.GRID.MAX.INST.MAG.RAW        F32     -15.0
    414    DVO.GETSTAR.MIN.MAG.INST             F32     -13.0
    415 END
    416 
     414   DVO.GETSTAR.MIN.MAG.INST             F32     -19.0
     415   DVO.GETSTAR.MIN.MAG                  F32     16.0
     416
     417END
     418
  • 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.