SciFiReaders.readers.microscopy.em.tem.dm3_reader.DM3Reader#
- class SciFiReaders.readers.microscopy.em.tem.dm3_reader.DM3Reader(file_path, verbose=False)[source]#
Bases:
Reader- 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_readget_filenameExtracts data as np array
get_tagsreadset_data_typeset_dimensionsAttributes
Extracts data as np array
filepath to dm3 file.
filenametags- property data_cube#
Extracts data as np array
- debugLevel = -1#
filepath to dm3 file.
- warn(‘This Reader will eventually be moved to the ScopeReaders package’
‘. Be prepared to change your import statements’, FutureWarning)
- Type:
file_path