plot scatter_dscalar

Usage

Run using mc_script plot scatter_dscalar after installation or using ~ndcn0236/bin/mc_script plot scatter_dscalar on jalapeno.

Import in python using from mcutils.scripts.plot import scatter_dscalar

Documentation

Scatter plot of dense scalar files

Functions

find_common(bm1, bm2)

Returns the indices into bm1 and bm2 that produce the common elements

read_dscalar(filename, scalar_name)

Reads a row from a CIFTI dscalar file

run(x, x_bm, y, y_bm[, xlog, ylog, diagonal])

Creates a plot of

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