Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qim3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Tools
qim3d
Merge requests
!8
First version of tiff stack loader
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
First version of tiff stack loader
function_for_loading_tiff_stack
into
main
Overview
1
Commits
3
Pipelines
0
Changes
1
Merged
First version of tiff stack loader
s184058
requested to merge
function_for_loading_tiff_stack
into
main
Aug 30, 2023
Overview
1
Commits
3
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
d43ffe16
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d43ffe16
Fixed typo
· d43ffe16
Stefan Peter Engelmann Jensen
authored
Aug 30, 2023
qim3d/io/load.py
+
1
−
1
View file @ d43ffe16
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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