\(\renewcommand\AA{\unicode{x212B}}\)
Direct Geometry Changes¶
General¶
New features¶
SaveNXSPE now stores the run number of the input workspace in the instrument section.
For Indirect instruments it also saves
efixed
, taken from the detector’s crystal analyzer properties. If all crystal analyzers have the same energy, a singleefixed
is written intoNXSPE_info->fixed_energy
as before, while if detectors have different analyzer energies, an array of the energies is written into theNXSPE_info->fixed_energy
field of the.nxspe
file. Also for Indirect instruments, nofermi
field is added to theinstrument
folder. The algorithm has also been modified so ifEi
is provided as the propery value it always overrides the values retrieved from the workspace.
Bugfixes¶
ALFView no longer crashs when moving the cursor over the Instrument View while loading data.
ALFView no longer crashes when closing the interface while it is loading data.
PyChop no longer uses random phase values on Merlin when instrument scientist mode disabled.
Fix for incorrect incident energies for
MERLIN
in PyChop when not in instrument scientist mode.
MSlice¶
New features¶
None
is now a new line style option. With this feature, it is possible to plot error bars without including a line.The spectrum ID is no longer printed when saving a 2D workspace as an ASCII file.
Bugfixes¶
The
Intensity
menu on slice plots is now disabled in interactive mode to prevent crashes.Bug fix implemented to save cut data in a 3-column file instead of a single line.
CrystalField¶
Bugfixes¶
The method
cf.getMagneticMoment()
no longer ignores theHmag
field, which is now correctly considered in the calculations of the magnetic moment.