caps.quality_control.snapshots.MultiSnapshot¶
MultiSnapshot¶
- class caps.quality_control.snapshots.MultiSnapshot[source]¶
Slice a Volume
Generate an image with merge sagittal, axial, and coronal slices.
Inputs¶
[Mandatory]
in_file: a file name (mandatory)
volume to treat
|
lower_bound: a float (mandatory)
the lower bound slice fraction
|
nb_steps: an integer (mandatory)
desired number of snapshots
|
upper_bound: a float (mandatory)
the upper bound slice fraction
|
[Optional]
output_dir: a directory name (optional)
output directory
|
target: a file name (optional)
the location of the target image to display edge overlay.
|
Outputs¶
image_out: a string
path of the png resulting image
|