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
to make a scan object based on the target positions of the motor, excluding
64
-
points where the actual position is too far from the target.
63
+
- New bits in [BadPixels][extra.calibration.BadPixels] flags: ``EXPERT_CHOICE``
64
+
for manually created masks, and ``USER1`` & ``USER2`` to allow for experiment
65
+
specific meanings.
66
+
67
+
Added (other):
68
+
65
69
-[fit_gaussian()][extra.utils.fit_gaussian] has a new `nans_on_failure`
66
70
argument to allow returning NaN arrays when fitting fails (!385).
67
71
-[fit_gaussian()][extra.utils.fit_gaussian] now supports
68
72
[DataArray][xarray.DataArray] inputs (!385).
69
-
-[AdqRawChannel][extra.components.AdqRawChannel.pulses] now has a public `.pulses` property. It is either a `PulsePattern` object or None if the class is instantiated with the `pulses=False` option. (!411)
70
73
- Added support for plotting wrapped Julia arrays from PythonCall.jl to
71
74
[imshow2()][extra.utils.imshow2].
72
-
-[PulsePattern.info()][extra.components.pulses.PulsePattern.info] to give a brief
75
+
-[SpectrometerCalibration][extra.gui.jupyter.SpectrometerCalibration] to
76
+
provide a Jupyter widget for energy calibration of 2D X-ray spectrum data
77
+
(!363).
73
78
-[TOFAnalogResponse][extra.applications.TOFAnalogResponse] can deconvolve the Auger-Meitner
74
79
and photon line if the flag `deconvolve` is set to True.
75
80
summary about a pulse pattern (!435).
76
81
-`StepTimer` class for measuring performance within functions.
77
82
-[Grating1DCalibration][extra.applications.Grating1DCalibration] can use the calibration mask,
78
83
removes the background subtraction (leaving it to the calibration DB),
79
84
and use robust tools to improve the fit quality (!510).
80
-
-[Timepix3.select_trains][extra.components.Timepix3.select_trains] and
0 commit comments