histtc

Description:

Inputs:

Outputs:

Usage:

Generate a histogram of the values in a timecourse

usage: histtc [-h] [--numbins BINS] [--minval MINVAL] [--maxval MAXVAL]
              [--robustrange] [--nozero] [--nozerothresh THRESH] [--normhist]
              [--debug]
              inputfilename outputroot

Positional Arguments

inputfilename

Text file containing one or more timeseries columns. Use [:COLUMN] to select which column to use, where COLUMN is an integer or a column name (if input file is BIDS).

outputroot

Name of the output text file.

Named Arguments

--numbins

Number of histogram bins (default is 101)

Default: 101

--minval

Minimum bin value in histogram.

--maxval

Maximum bin value in histogram.

--robustrange

Set histogram limits to the data’s robust range (2nd to 98th percentile).

Default: False

--nozero

Do not include zero values in the histogram.

Default: False

--nozerothresh

Absolute values less than this are considered zero. Default is 0.01.

Default: 0.01

--normhist

Return a probability density instead of raw counts.

Default: False

--debug

Print additional debugging information.

Default: False