Skip to content
Snippets Groups Projects

First version of tiff stack loader

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ class DataLoader:
Methods:
load_tiff(path): Load a TIFF file from the specified path.
load_h5(path): Load an HDF5 file from the specified path.
load_tiff:dir(path): Load a stack of TIFF files from the specified path.
load_tiff_dir(path): Load a stack of TIFF files from the specified path.
load(path): Load a file or directory based on the given path.
Raises:
Loading