hyperspy.io_plugins.tiff module¶
-
hyperspy.io_plugins.tiff.
file_reader
(filename, record_by='image', force_read_resolution=False, **kwds)¶ Read data from tif files using Christoph Gohlke’s tifffile library. The units and the scale of images saved with ImageJ or Digital Micrograph is read. There is limited support for reading the scale of files created with Zeiss and FEI SEMs.
- Parameters
filename (str) –
record_by ({'image'}) – Has no effect because this format only supports recording by image.
force_read_resolution (Bool) – Default: False. Force reading the x_resolution, y_resolution and the resolution_unit of the tiff tags. See http://www.awaresystems.be/imaging/tiff/tifftags/resolutionunit.html
optional (**kwds,) –
-
hyperspy.io_plugins.tiff.
file_writer
(filename, signal, export_scale=True, extratags=[], **kwds)¶ Writes data to tif using Christoph Gohlke’s tifffile library
-
hyperspy.io_plugins.tiff.
get_metadata_mapping
(tiff_page, op)¶
-
hyperspy.io_plugins.tiff.
get_tvips_mapping
(mapped_magnification)¶