-
Notifications
You must be signed in to change notification settings - Fork 79
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
Harmonize PET tracers handling (ML / DL / Stats) #137
Conversation
get_caps_pet_list function was removed. This function is obsolete (it contained the attempt of defining an analysis-series ID abandoned in 2016-17) and is not used in Clinica. It is likely to be replaced by CAPSTSVBasedInput now.
These functions are obsolete and are replaced by CAPSInputs classes in input.py
Co-authored-by: Ninon Burgos <ninon.burgos@gmail.com>
Co-authored-by: Ninon Burgos <nburgos@users.noreply.github.com>
Co-authored-by: Ninon Burgos <nburgos@users.noreply.github.com>
Co-authored-by: Ninon Burgos <nburgos@users.noreply.github.com>
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.
I checked all the wiki pages and made modifications when needed. Should be all good now.
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.
Thanks @alexandreroutier,
Code readability has improved a lot with these changes!
A couple suggestions before merging.
Hi! Thanks for the feedback, I addressed the comments in 022b72e :) I think this can now be merged. |
Hi @alexandreroutier , |
Follows PR #129.
After this PR, handling of PET tracers will be the same across Clinica pipelines (
acq_label
/suvr_reference_region
/ optionaluse_pvc_data
).