IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.