Table Of Contents

Previous topic

mvpa.misc.bv

Next topic

mvpa.misc.cmdline

This Page

Quick search

mvpa.misc.bv.base

Tiny snippets to interface with FSL easily.

The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.misc.bv.base (for developers).

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

See also

Derived classes might provide additional methods via their base classes. Please refer to the list of base classes (if it exists) at the begining of the BrainVoyagerRTC documentation.

Full API documentation of BrainVoyagerRTC in module mvpa.misc.bv.base.