prevampire.prevampire.load_tif_imgs#
- prevampire.prevampire.load_tif_imgs(directory)[source]#
Load files from a given directory of .tif files.
- Parameters:
- directorystr
The directory containing files.
- Returns:
- list
A list of loaded NumPy arrays or images.
Notes
The .tif files should be images that have already been intensified.
Use the take_channel images if they are raw.
This function should only be used if the user wants to put intensified, segmented, or skeletonized images saved on a computer into a NumPy array to collect data.