You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This concerns the plot recipe for the simple_calibration report (LegendSpecFits).
With the (not yet merged) PR legend-exp/LegendSpecFits.jl#108 , a field in the report will be renamed :fep_guess --> :peak_guess.
This has to be accounted for in the plot recipe:
change fieldname (or new recipe?)
value of fep_guess is hardcoded in current recipe for cal == true ---> peak_guess = ustrip(report.c * report.peak_guess) (see PR 108)
binning and axis limits are also hardcoded. Optional argument?
The text was updated successfully, but these errors were encountered:
This concerns the plot recipe for the
simple_calibration
report (LegendSpecFits).With the (not yet merged) PR legend-exp/LegendSpecFits.jl#108 , a field in the report will be renamed
:fep_guess
-->:peak_guess
.This has to be accounted for in the plot recipe:
fep_guess
is hardcoded in current recipe forcal == true
---> peak_guess = ustrip(report.c * report.peak_guess) (see PR 108)The text was updated successfully, but these errors were encountered: