window_volume
Applies a window function (clipping) to an input itk volume, outputs windowed volume
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_itk_volume |
str
|
path to itk compatible image volume (.mhd, .nrrd, .nii, etc.) |
required |
output_dir |
str
|
output/working directory |
required |
low_level |
float
|
lower bound of clipping operation |
required |
high_level |
float
|
higher bound of clipping operation |
required |
Returns:
Name | Type | Description |
---|---|---|
dict |
metadata about function call |