-
Notifications
You must be signed in to change notification settings - Fork 161
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
Integrate GARDEL #731
base: master
Are you sure you want to change the base?
Integrate GARDEL #731
Conversation
THIS IS NOT THE BEST APPROACH (NEED TO DISCUSS WITH GARDEL)
toolbox/gui/panel_ieeg.m
Outdated
sCt = bst_memory('GetMri', CtFile); | ||
sCt = in_mri_bst(CtFile); |
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.
Would not be better to use bst_memory('LoadMri', MriFile)
to avoid reloading the CT file if it's already in memory?
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
oh sorry never mind. I just misread it. Yes you are right LoadMri
and not GetMri
.
When the user imports a CT file, we can end up with: one file (unprocessed) or, two files (the unprocessed file and the processed file) - unprocessed file ends with `_volct_raw` - processed file ends with `_volct'
- exports the imported MRI file and the unprocessed CT file as NIfTI files - `GARDEL` menu option shows up only if there is an unprocessed CT file present in the node - `NiiRefMriFile` and `NiiRawCtFile` variables have the full path of the NIfTI files in the tmp directory
[WORK IN PROGRESS. DESCRIPTION WILL BE UPDATED]
About GARDEL: link
Test data: link