PyNutil.read_image_dir#
- PyNutil.read_image_dir(folder)[source]#
Discover source image files in folder and return an
ImageSeries.Images are not loaded immediately — each section loads its image on demand when the pipeline processes it.
- Parameters:
folder (str or os.PathLike) – Path to a folder containing source image files.
- Returns:
One
Sectionper discovered file, withsection_numberinferred from the filename andpathset for lazy loading.- Return type: