![]() |
Multivariate Pattern Analysis in Python |
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).
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: |
|
---|
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.