We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On such regions such as NPS 'rLOC' and SIIPS 'L-TP', atlas2region () doesn't work for certain regions.
Example:
Step 1: Download NPSneg and SIIPSneg from this link: https://www.notion.so/Generate-and-write-out-NPS-and-SIIPS-ROI-Subregion-Objects-8eb8e2f3bee34dd2bf8bc0477ef6e3ec
Step 2: load('npsneg.mat'); load('siipsneg.mat'); at=npsneg; atlas2region(at.select_atlas_subset({'rLOC'})) at=siipsneg; atlas2region(at.select_atlas_subset({'L-TP'}))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On such regions such as NPS 'rLOC' and SIIPS 'L-TP', atlas2region () doesn't work for certain regions.
Example:
Step 1: Download NPSneg and SIIPSneg from this link: https://www.notion.so/Generate-and-write-out-NPS-and-SIIPS-ROI-Subregion-Objects-8eb8e2f3bee34dd2bf8bc0477ef6e3ec
Step 2:
load('npsneg.mat');
load('siipsneg.mat');
at=npsneg;
atlas2region(at.select_atlas_subset({'rLOC'}))
at=siipsneg;
atlas2region(at.select_atlas_subset({'L-TP'}))
The text was updated successfully, but these errors were encountered: