Publication | Open Access
hyperspy/hyperspy: HyperSpy 1.4
29
Citations
0
References
2018
Year
<strong>This is the same as v1.1.0 but the distribution file size is smaller because one large file required for the tests was removed and is now downloaded when running the test</strong> This is a minor release. Follow the following links for details on all the bugs fixed, enhancements and new features. NEW Support for three new file formats: Reading FEI's Velox EMD file format based on the HDF5 open standard. Reding Burcker's SPX format. Reading and writing the mrcz open format. New artificial data module which contains functions for generating artificial data, for use in things like docstrings or for people to test HyperSpy functionalities. New <code>fft</code> and <code>ifft</code> signal methods. New <code>statistics</code> method to compute useful hologram parameters. Automatic axes units conversion and better units handling using pint. New <code>Line2DROI.angle()</code>. Enhancements <code>plot_images</code> improvements: The <em>cmap</em> option of <code>plot_images</code> now supports iterable types, allowing the user to specify different colormaps for the different images that are plotted by providing a list or other generator. Clicking on an individual image updates it. New customizable keyboard shortcuts to navigate multi-dimensional datasets. The <code>remove_background</code> method now operates much faster in multi-dimensional datasets and adds the options to interatively plot the remainder of the operation and to set the removed background to zero. The <code>Signal2D.plot</code> method now takes a <em>norm</em> keyword that can be <code>"linear"</code>, <code>"log"</code>,<code>"auto"</code> or a matplotlib norm. Moreover, there are three new extra keyword arguments, <code>fft_shift</code> and <code>power_spectrum</code>, that are useful whe plotting fourier transforms. The <code>Signal2D.align2D</code> and <code>Signal2D.estimate_shift2D</code> can operate with sub-pixel accuracy using skimage's upsampled matrix-multiplication DFT.