_scripts function normalizeΒΆ

Usage

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

Import in python using from mcot.core._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