sidecar index

Usage

Run using mc_script sidecar index after installation or using ~ndcn0236/bin/mc_script sidecar index on jalapeno.

Import in python using from mcutils.scripts.sidecar import index

Documentation

Indexes the volumes into shells based on the sidecar

Functions

add_index_params(parser[, exclude, as_group])

Adds the arguments needed to define indexing of an XPS file on the command line

get_indices(sidecar, group_args)

Assigns each observation to a shell

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