tcfrom2col

Description:

A simple command line that takes an FSL style 2 column regressor file and generates a time course (waveform) file. FSL 3 column files are text files containing one row per “event”. Each row has three columns: start time in seconds, duration in seconds, and waveform value. The output waveform is zero everywhere that is not covered by an “event” in the file.

Inputs:

An FSL style two column text file (start time, duration)

Outputs:

A single column text file containing the waveform

Usage:

Plots the data in text files.

usage: tcfrom2col [-h] [--debug] infilename timestep numpoints outfilename

Positional Arguments

infilename

the name of the input two column file

timestep

the time step of the output time course in seconds

numpoints

the number of output time points

outfilename

the name of the output time course file

Named Arguments

--debug

turn on additional debugging output

Default: False