mvpa2.misc.bv.base.BrainVoyagerRTC

Inheritance diagram of BrainVoyagerRTC

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

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 : str

Filename of an RTC file

toarray()

Returns the data as an array

NeuroDebian

NITRC-listed