IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41445 for trunk


Ignore:
Timestamp:
Dec 1, 2020, 7:19:51 PM (6 years ago)
Author:
mhuber
Message:

adding YSE reductionClass with option to disable covariance factor (reset 1.0) in diffphot use and larger FWHM cut of 16 pixels (IPP-872)

Location:
trunk/ippconfig
Files:
4 edited

Legend:

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

    r41367 r41445  
    426426END
    427427
     428YSE_ASTRO METADATA
     429   ZERO.POINT.USE.MEAN         BOOL  TRUE
     430   PSASTRO.MAX.ALLOWED.FWHM    F32   16
     431   PSASTRO.CATDIR               STR     PS1.REF.20170919
     432END
     433
    428434MD_ASTRO METADATA
    429435   ZERO.POINT.BY.EXPOSURE      BOOL  TRUE
  • trunk/ippconfig/recipes/nightly_science.config

    r41409 r41445  
    212212  OFFNIGHT_DIFFS  BOOL FALSE
    213213  DESPERATE_DIFFS BOOL FALSE
    214   ## not setup yet and default seems okay (see ThreePI and SNIa)
    215   #REDUCTION STR YSE_DEFAULT
     214  REDUCTION STR YSE
    216215  ## don't use so can include Trans% for YSE in same config
    217216  #COMMENT   STR  YSE%
    218217  ## change days for cleanup at start
    219   DIST      S16 300
     218  DIST      S16  30
    220219  DIFF      S16  10
    221220END
  • trunk/ippconfig/recipes/psastro.config

    r41367 r41445  
    335335END
    336336
     337YSE_ASTRO METADATA
     338END
     339
    337340CNP_ASTRO_PV3 METADATA
    338341END
  • trunk/ippconfig/recipes/psphot.config

    r41444 r41445  
    859859END
    860860
     861YSE_DIFF METADATA
     862  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold
     863  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
     864  OUTPUT.FORMAT                     STR  PS1_DV5       # Format of output file
     865
     866  PSF_FIT_MODEL_SUM_FRAC_CUT        F32  0.5
     867  PSF_FIT_MASKED_SUM_FRAC_CUT       F32  0.1
     868
     869END
     870
     871YSE_NOCOVAR_DIFF METADATA
     872  PEAKS_NSIGMA_LIMIT_2              F32  3.5           # peak significance threshold
     873  DIFF_STATS                        BOOL TRUE          # Calculate diff-specific stats
     874  OUTPUT.FORMAT                     STR  PS1_DV5       # Format of output file
     875
     876  PSF_FIT_MODEL_SUM_FRAC_CUT        F32  0.5
     877  PSF_FIT_MASKED_SUM_FRAC_CUT       F32  0.1
     878
     879  ## Use the covariance factor in the linear fit (true) or set factor to 1.0 (false)
     880  LINEAR_FIT_COVAR_FACTOR             BOOL  FALSE
     881
     882  LINEAR_FIT_VARIANCE_MODE            STR   IMAGE_VAR
     883
     884END
     885
    861886
    862887# Recipe overrides for PR reduction
Note: See TracChangeset for help on using the changeset viewer.