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 for 3D Slicer #45

Open
valosekj opened this issue Jun 20, 2023 · 0 comments
Open

Add support for 3D Slicer #45

valosekj opened this issue Jun 20, 2023 · 0 comments

Comments

@valosekj
Copy link
Member

@yw7 has implemented a nice script for manual SC segmentation corrections using 3D Slicer viewer (a good option for Windows users), link here.

Our manual_correction.py script has a TODO to add 3D Slicer support:

# launch 3D Slicer
elif viewer == 'slicer':
if shutil.which('slicer') is not None:
# TODO: Add instructions for 3D Slicer

--> We could take inspiration from Yehuda's script and implement 3D Slicer support to the manual_correction.py script.

Tagging @NathanMolinier and @plbenveniste since this feature might be relevant for them.

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

No branches or pull requests

1 participant