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

Introduce segstats.py script for fast partial volume computation #239

Merged
merged 4 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FastSurferCNN/data_loader/conform.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import nibabel as nib

from FastSurferCNN.utils.arg_types import (vox_size as __vox_size, target_dtype as __target_dtype,
conform_to_one_mm as __conform_to_one_mm, VoxSizeOption)
float_gt_zero_and_le_one as __conform_to_one_mm, VoxSizeOption)

HELPTEXT = """
Script to conform an MRI brain image to UCHAR, RAS orientation, and 1mm or minimal isotropic voxels
Expand Down
Loading