-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
even when running on a manual segmentation
- Loading branch information
1 parent
775f084
commit a2a4ce0
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
a2a4ce0
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.
AutoTop requires an input image even when running only on a segmentation. This doesn't seem to be passing any input images to it, and I'm not too sure how else to go about passing one. I could modify AutoTop code to accommodate no input image (since its not actually used), but that would require a new MCR compile so I thought it would be easier to just pass a corobl T1w or T2w image here.