Table Of Contents

Previous topic

misc.attributes

Next topic

misc.cmdline

This content refers to the previous stable release of PyMVPA. Please visit www.pymvpa.org for the most recent version of PyMVPA and its documentation.

misc.bv.base

Module: misc.bv.base

Inheritance diagram for mvpa.misc.bv.base:

Tiny snippets to interface with FSL easily.

BrainVoyagerRTC

class mvpa.misc.bv.base.BrainVoyagerRTC(source)

Bases: mvpa.misc.io.base.ColumnData

IO helper to read BrainVoyager RTC files.

This is a textfile format that is used to specify stimulation protocols for data analysis in BrainVoyager. It looks like

FileVersion: 2 Type: DesignMatrix NrOfPredictors: 4 NrOfDataPoints: 147

“fm_l_60dB” “fm_r_60dB” “fm_l_80dB” “fm_r_80dB” 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000

Data is always read as float and header is actually ignored

Read and write BrainVoyager RTC files.

Parameters:source (filename of an RTC file) –
toarray()

Returns the data as an array