_scripts cifti convertΒΆ
Usage
Run using mc_script _scripts cifti convert after installation or using ~ndcn0236/bin/mc_script _scripts cifti convert on jalapeno.
Import in python using from mcot.core._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 |