function normalize

Usage

Run using mc_script function normalize after installation or using ~ndcn0236/bin/mc_script function normalize on jalapeno.

Import in python using from mcutils.scripts.function import normalize

Documentation

Normalizes the functional MRI data based on the noise level and concatenates results

Based on the variance_normalize.m script from Saad Jbabdi

Functions

run(data[, demean])

Normalizes the functional MRI data

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