myimagelib.myImageLib.rawImage¶
- class myimagelib.myImageLib.rawImage(file_dir)¶
This class converts raw images to tif sequences. Throughout my research, I have mostly worked with two raw image formats: *.nd2 and *.raw. Typically, they are tens of GB large, and are not feasible to load into the memory of a PC as a whole. Therefore, the starting point of my workflow is to convert raw images into sequences of *.tif images.
- __init__(file_dir)¶
Construct rawImage object using the file directory.
Methods
__init__
(file_dir)Construct rawImage object using the file directory.
extract_tif
()Wrapper of all format-specific extractors.
read_raw_image_info
(info_file)Read image info, such as fps and image dimensions, from *.RawImageInfo.txt.