Multivariate Pattern Analysis in Python |
Inheritance diagram for mvpa.misc.bv.base:
Tiny snippets to interface with FSL easily.
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) – |
---|
Returns the data as an array