You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The bug is a mismatch between a file name that is expected versus the file name that is actually saved.
To Reproduce
Steps to reproduce the behavior:
Running the lead connectome on these settings:
Parcellation scheme: AAL 3
Upsampling factor: None (1x)
Perform fibertracking (checked)
Normalize Fibers (checked)
Compute connectivity matrix (checked)
Compute graph-metrics
Threshold: NaN
Fiber count: 200000
Save and close.
If you stop the code once it starts using ea_map_coords.m at line 103. Continue through until you get to the SPM normmethod (line 188). It should find a file named: "b02anat_t2-spm.mat" but instead finds a file named "b02anat_t2_spm". The "-" versus the "_" crashes the code.
Expected behavior
It should find the file and continue as normal with no issue.
Screenshots
N/A
Environment:
OS: Windows
MATLAB version: R2023a
Lead-DBS version: v3.0
Lead-DBS setup: Downloaded from website
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
For LeadConnectome, you can use the classic version. Otherwise better use v3.0 version. You can also setup your LeadDBS from github. So you can switch between the two versions easily. For more info, can check out our manual: https://netstim.gitbook.io/leaddbs/installation
Describe the bug
The bug is a mismatch between a file name that is expected versus the file name that is actually saved.
To Reproduce
Steps to reproduce the behavior:
Running the lead connectome on these settings:
Save and close.
If you stop the code once it starts using ea_map_coords.m at line 103. Continue through until you get to the SPM normmethod (line 188). It should find a file named: "b02anat_t2-spm.mat" but instead finds a file named "b02anat_t2_spm". The "-" versus the "_" crashes the code.
Expected behavior
It should find the file and continue as normal with no issue.
Screenshots
N/A
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: