automesh extract --help
Extracts a specified range of voxels from a segmentation
Usage: automesh extract [OPTIONS] --input <FILE> --output <FILE> --xmin <MIN> --xmax <MAX> --ymin <MIN> --ymax <MAX> --zmin <MIN> --zmax <MAX>
Options:
-i, --input <FILE> Segmentation input file (npy | spn)
-o, --output <FILE> Extracted segmentation output file (npy | spn)
-x, --nelx <NEL> Number of voxels in the x-direction
-y, --nely <NEL> Number of voxels in the y-direction
-z, --nelz <NEL> Number of voxels in the z-direction
--xmin <MIN> Minimum voxel in the x-direction
--xmax <MAX> Maximum voxel in the x-direction
--ymin <MIN> Minimum voxel in the y-direction
--ymax <MAX> Maximum voxel in the y-direction
--zmin <MIN> Minimum voxel in the z-direction
--zmax <MAX> Maximum voxel in the z-direction
-q, --quiet Pass to quiet the terminal output
-h, --help Print help