util¶
-
util.downsample_and_merge_tiffs(path_to_tiffs, voxel_sizes, desired_spacing, load_at_once=50)[source]¶
-
util.is_iterable(variable)[source]¶ Returns True if variable is a list, tuple or any other iterable object
-
util.run_shell_command(command, checkReturnValue=True, verbose=False)[source]¶ Runs a shell command and returns the output.