Skip to content

Commit

Permalink
introduce segstats.py script for fast partial volume computation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuegler committed Jan 11, 2023
1 parent f9b7f5c commit 4e42cbb
Show file tree
Hide file tree
Showing 4 changed files with 1,576 additions and 11 deletions.
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

0 comments on commit 4e42cbb

Please sign in to comment.