IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41450


Ignore:
Timestamp:
Dec 3, 2020, 2:40:59 PM (6 years ago)
Author:
ippqub
Message:

merge adding reduction class and SSdiff psphot config for YSE lensed SN (IPP-612, IPP-747)

Location:
tags/ipp-ws-20170121/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ws-20170121/ippconfig/recipes/psphot.config

    r41446 r41450  
    884884END
    885885
     886## YSE lens SSdiff phot
     887YSE_LENS_DIFF    METADATA
     888  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold
     889  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
     890  OUTPUT.FORMAT                     STR  PS1_DV5       # Format of output file
     891
     892  PSF_FIT_MODEL_SUM_FRAC_CUT        F32  0.5
     893  PSF_FIT_MASKED_SUM_FRAC_CUT       F32  0.1
     894
     895  CHIP_PARAMS                       BOOL FALSE
     896
     897  ## from STACK_DIFF -- not clear ever used or needed
     898  ## Extended source fit parameters
     899  ## these models are used for high-quality shape analysis after all sources have been removed
     900  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     901  EXT_MODEL                           STR   PS_MODEL_TRAIL
     902
     903  ## extended source models applied to sources
     904  EXTENDED_SOURCE_MODELS METADATA
     905    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     906    TRAIL_RAW EXTENDED_SOURCE_MODEL  PS_MODEL_TRAIL    10.0   FALSE
     907  END
     908
     909END
    886910
    887911# Recipe overrides for PR reduction
  • tags/ipp-ws-20170121/ippconfig/recipes/reductionClasses.mdc

    r41448 r41450  
    368368END
    369369
     370## YSE lensing stack and SSdiff reduction class
     371YSE_LENS         METADATA
     372      DIFF_PPSUB      STR     STACKSTACK
     373      DIFF_PSPHOT     STR     YSE_LENS_DIFF
     374      JPEG_BIN1       STR     PPIMAGE_J1
     375      JPEG_BIN2       STR     PPIMAGE_J2
     376      STACK_PPSTACK   STR     STACK_NIGHTLY_1DG
     377      STACK_PPSUB     STR     STACK_1DG
     378      STACK_PSPHOT    STR     STACK
     379      STACKPHOT_PSPHOT         STR     STACKPHOT
     380      STACKPHOT_SINGLE_PSPHOT  STR     STACKPHOT_SINGLE
     381      STATICSKY_CALIBRATION    STR     STATICSKY_NIGHTCAL
     382END
    370383
    371384APTEST_V1               METADATA
Note: See TracChangeset for help on using the changeset viewer.