SciFiReaders.readers.generic.image.ImageReader#
- class SciFiReaders.readers.generic.image.ImageReader(file_path, *args, **kwargs)[source]#
Bases:
ReaderTranslates data from an image file to a sidpy dataset
- 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
Tests whether or not the provided file has the appropriate extensions
Translates the image in the provided file into a sidpy Dataset :param image_args: Arguments to be passed to read_image.