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

Centerline extraction should not be done in template_preprocessing.py #32

Open
jcohenadad opened this issue Jun 29, 2023 · 0 comments
Open

Comments

@jcohenadad
Copy link
Member

else:
print(subject_name + ' SC segmentation does not exist. Extracting centerline from ' + fname_image)
im_seg = Image(fname_image).change_orientation('RPI')
param_centerline = ParamCenterline(algo_fitting = 'optic', contrast = contrast, smooth = smooth, degree = 5, minmax = minmax)

To implement in https://github.com/neuropoly/template/edit/nb/updated_all

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

No branches or pull requests

1 participant