prevampire.save_tif#
- prevampire.prevampire.save_tif(img_arr, img_name_list, save_location)[source]#
Save images as .tif files in the specified location.
- Parameters:
- img_arrlist
A list of NumPy arrays representing images.
- img_name_listlist
A list of image names corresponding to the arrays.
- save_locationstr
The directory where the .tif files will be saved.
- Raises:
- UnequalLengthError
If the lengths of the input arrays are not equal.