cifti convert

Usage

Run using mc_script cifti convert after installation or using ~ndcn0236/bin/mc_script cifti convert on jalapeno.

Import in python using from mcutils.scripts.cifti import convert

Documentation

Converts between CIFTI formats (NIFTI, HDF5, and zarr)

Functions

copy(source, target)

Copies information from source to target.

CLI interface

add_to_parser(parser)

Creates the parser of the command line arguments

run_from_args(args)

Runs script from command line arguments