-
Notifications
You must be signed in to change notification settings - Fork 254
Add NrrdWriter for multi-channel arrays #779
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0db62ec
Only Hide Training area when zero tasks configured (#769)
SachidanandAlle 25f95ab
Nuclick train (#772)
SachidanandAlle 83ebf30
Add NRRD writer
markus-hinsche b8a5f81
Add unit test for NRRD writer
markus-hinsche 02359fe
Polish
markus-hinsche 4f6fee8
Add labels to data object, Check for label list
markus-hinsche 3355bde
update docstrings
jlvahldiek f63f3e1
change writer selection
jlvahldiek f5ac9c6
polish
jlvahldiek 03b8744
Fix typo
markus-hinsche 31b8852
Add pynrrd==0.4.2 to setup.cfg
markus-hinsche f323fe3
fix check for multi-channel label
jlvahldiek 9c2d055
fix unit test
jlvahldiek 5364d17
Fix multichannel problem
markus-hinsche 4cf50dd
Reformat code
markus-hinsche 8985562
Make mypy happy
markus-hinsche 4b32b01
Merge remote-tracking branch 'upstream/main' into nrrd-writer
markus-hinsche 38b2dea
Fix merge conflict
markus-hinsche 5a5f80f
Use logger.warning instead logger.debug
markus-hinsche b1a0c40
Add Active Learning strategies to DeepEdit (#782)
diazandr3s 7c73853
Prepare MONAI Label for new monai - DeepEdit transforms (#781)
diazandr3s acf2f37
Mention python versions which are supported (#786)
SachidanandAlle ec4f069
Add original labels option Slicer UI (#785)
diazandr3s 71f5aa4
Fix: Check first dimension for multichannel
markus-hinsche 2606586
Polish unit test to be more specific about dimensions
markus-hinsche 0479aa5
Merge remote-tracking branch 'upstream/main' into nrrd-writer
markus-hinsche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be u can have default value for dtype
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We tried to make this function's signature similar to the
write_itk(). It is probably best to also have a default there as well then, would you agree?