resampletc

Description:

Takes an input text file at some sample rate and outputs a text file resampled to the specified sample rate. If downsampling, antialiasing is applied unless disabled.

Inputs:

A text file with one or more columns. If there are more than column, only the specified column is resampled.

Outputs:

A text file, resampled to the specified sample rate.

Usage:

Resample a timeseries file

usage: resampletc [-h] [--nodisplay] [--noantialias]
                  inputfile insamplerate outputfile outsamplerate

Positional Arguments

inputfile

Text file containing one or more timeseries columns. Use [:COLSPEC] to select which column(s) to use, where COLSPEC is an integer, a column separated list of ranges, or a comma separated set of column names (if input file is BIDS). Default is to use all columns

insamplerate

Output sample rate in Hz.

outputfile

Name of the output text file.

outsamplerate

Output sample rate in Hz.

Named Arguments

--nodisplay

Do not display data.

Default: True

--noantialias

Enable additional debugging output.

Default: True