Welcome to obob_mne¶
Hello World
Introduction¶
The intro goes here
Reference¶
Raw Files¶
LoadFromSinuhe (subject_id[, block_nr]) |
mne.io.Raw mixin to facilitate loading data from sinuhe. |
AdvancedEvents (*args, **kwargs) |
Integrate event loading and handling into mne.io.Raw . |
AutomaticBinaryEvents (*args, **kwargs) |
Mixin for binary events. |
Decoding¶
Temporal Decoding¶
Temporal (epochs, pipeline[, epochs_test, …]) |
Apply a decoding pipeline to every sample. |
Generalized Temporal Decoding¶
GeneralizedTemporal (epochs, pipeline[, …]) |
Apply a decoding pipeline using Temporal Generalization. |
GeneralizedTemporalAverage (data_list) |
Create average instance of Temporal Generalization results. |
GeneralizedTemporalStatistics (data_list[, …]) |
Run statistics on Temporal Generalization results. |
Reference of low level classes and functions¶
Decoding¶
Temporal Decoding¶
TemporalArray (raw_scores, weights, …[, …]) |
Base class for temporal decoding. |
Generalized Temporal Decoding¶
GeneralizedTemporalArray (scores_raw, …[, …]) |
Base class for Temporal Generalization Decoding. |
GeneralizedTemporalFromCollection (data_list, …) |
Base class for Temporal Generalization data from multiple subjects. |