Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support to load ilastik h5 flavors #305

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

k-dominik
Copy link
Contributor

@k-dominik k-dominik commented Sep 20, 2023

mostly because I'm annoyed i can not volumina my-result-file.h5/exported_data for quick viewing.

# specify everything
volumina /path/to/myfile.h5/internal/path --axistags zyxc

# if dataset has .dims or .attrs["axistags"] (vigra):
volumina /path/to/myfile.h5/internal/path

# if there's only a single dataset
volumina /path/to/myfile.h5

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
volumina/__main__.py 0.00%

📢 Thoughts on this report? Let us know!.

Comment on lines +157 to +158
print(f"Axistags required for file {args.image} with shape {data.shape}")
return 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will print a message to stderr and exit with code 1.

sys.exit(f"Axistags required ...")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants