_scripts cifti smooth

Usage

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

Import in python using from mcot.core._scripts.cifti import smooth

Documentation

Smooths the values in the GIFTI or CIFTI file across the surface

Functions

smooth(surface, array, width[, vertices, axis]) Smooths the array over the surface
smooth_cifti(arr, axes, surfaces, width[, …]) Smooths a CIFTI array across provided surfaces

CLI interface

add_to_parser(parser) Creates the parser of the command line arguments
run_from_args(args) Runs the script based on a Namespace containing the command line arguments