diffrois

Description:

Create matrices showing the difference in values between ROIs in a CSV file.

Inputs:

The name of the CSV file containing the ROI data. Assumes a 1 line header row.

Outputs:

Usage:

Create matrices showing the difference in values between ROIs in a CSV file.

usage: diffrois [-h] [--keyfile KEYFILE] [--maxlines MAXLINES] [--debug]
                datafile outputroot

Positional Arguments

datafile

The name of the CSV file containing the ROI data. Assumes a 1 line header row.

outputroot

The root name for the output files.

Named Arguments

--keyfile

A file containing the region labels in the desired order. The axes of the output files will be in that order, rather than the order in which they occur in the source CSV file.

--maxlines

Only process the first MAXLINES lines of the CSV file.

--debug

Output debugging information.

Default: False