SciFiReaders.readers.microscopy.spm.afm.mdt.MDTReader#
- class SciFiReaders.readers.microscopy.spm.afm.mdt.MDTReader(file_path, *args, **kwargs)[source]#
Bases:
ReaderExtracts data and metadata from NT-MDT (.mdt) binary files containing images or curves.
- Parameters:
file_path (str) – Path to the file that needs to be read
Notes
This method will check to make sure that the provided file_path is indeed a string and a valid file path.
Consider calling
can_read()within__init__()for validating the provided file
- Raises:
Methods
can_readReads the file given in file_path into a list of sidpy dataset
Convert a dictionary of spectra into a point cloud.