| audiovisual | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| trial_type | subject | run | Auditory/Left | Auditory/Right | Button | Smiley | Visual/Left | Visual/Right | |
| 01 | 01 | 72 | 73 | 16 | 15 | 73 | 71 | ||
1 rows × 8 columns
| General | ||
|---|---|---|
| Filename(s) | sub-01_task-audiovisual_ave.fif | |
| MNE object type | Evoked | |
| Measurement date | 1921-08-16 at 19:01:10 UTC | |
| Participant | sub-01 | |
| Experimenter | mne_anonymize | |
| Acquisition | ||
| Aggregation | average of 1 epochs | |
| Condition | Grand average: Auditory/Left | |
| Time range | -0.200 – 0.499 s | |
| Baseline | -0.200 – 0.000 s | |
| Sampling frequency | 600.61 Hz | |
| Time points | 421 | |
| Channels | ||
| Magnetometers | ||
| Gradiometers | ||
| Head & sensor digitization | 146 points | |
| Filters | ||
| Highpass | 0.30 Hz | |
| Lowpass | 40.00 Hz | |
| Projections | 
        
        PCA-v1 (on)
         PCA-v2 (on) PCA-v3 (on)  | 
|
| General | ||
|---|---|---|
| Filename(s) | sub-01_task-audiovisual_ave.fif | |
| MNE object type | Evoked | |
| Measurement date | 1921-08-16 at 19:01:10 UTC | |
| Participant | sub-01 | |
| Experimenter | mne_anonymize | |
| Acquisition | ||
| Aggregation | average of 1 epochs | |
| Condition | Grand average: Auditory/Right | |
| Time range | -0.200 – 0.499 s | |
| Baseline | -0.200 – 0.000 s | |
| Sampling frequency | 600.61 Hz | |
| Time points | 421 | |
| Channels | ||
| Magnetometers | ||
| Gradiometers | ||
| Head & sensor digitization | 146 points | |
| Filters | ||
| Highpass | 0.30 Hz | |
| Lowpass | 40.00 Hz | |
| Projections | 
        
        PCA-v1 (on)
         PCA-v2 (on) PCA-v3 (on)  | 
|
| General | ||
|---|---|---|
| Filename(s) | sub-01_task-audiovisual_ave.fif | |
| MNE object type | Evoked | |
| Measurement date | 1921-08-16 at 19:01:10 UTC | |
| Participant | sub-01 | |
| Experimenter | mne_anonymize | |
| Acquisition | ||
| Aggregation | average of 1 epochs | |
| Condition | Grand average: Visual/Left | |
| Time range | -0.200 – 0.499 s | |
| Baseline | -0.200 – 0.000 s | |
| Sampling frequency | 600.61 Hz | |
| Time points | 421 | |
| Channels | ||
| Magnetometers | ||
| Gradiometers | ||
| Head & sensor digitization | 146 points | |
| Filters | ||
| Highpass | 0.30 Hz | |
| Lowpass | 40.00 Hz | |
| Projections | 
        
        PCA-v1 (on)
         PCA-v2 (on) PCA-v3 (on)  | 
|
| General | ||
|---|---|---|
| Filename(s) | sub-01_task-audiovisual_ave.fif | |
| MNE object type | Evoked | |
| Measurement date | 1921-08-16 at 19:01:10 UTC | |
| Participant | sub-01 | |
| Experimenter | mne_anonymize | |
| Acquisition | ||
| Aggregation | average of 1 epochs | |
| Condition | Grand average: Visual/Right | |
| Time range | -0.200 – 0.499 s | |
| Baseline | -0.200 – 0.000 s | |
| Sampling frequency | 600.61 Hz | |
| Time points | 421 | |
| Channels | ||
| Magnetometers | ||
| Gradiometers | ||
| Head & sensor digitization | 146 points | |
| Filters | ||
| Highpass | 0.30 Hz | |
| Lowpass | 40.00 Hz | |
| Projections | 
        
        PCA-v1 (on)
         PCA-v2 (on) PCA-v3 (on)  | 
|
  """MNE Sample Data: ICA."""
bids_root = "~/mne_data/ds000248"
deriv_root = "~/mne_data/derivatives/mne-bids-pipeline/ds000248_ica"
ch_types = ["meg"]
data_type = "meg"
subjects = ["01"]
task = "audiovisual"
l_freq = 0.3
h_freq = 40.0
conditions = ["Auditory/Left", "Auditory/Right", "Visual/Left", "Visual/Right"]
epochs_tmin = -0.2
epochs_tmax = 0.5
baseline = (None, 0)
ica_reject = dict(mag=3000e-15, grad=3000e-13)
spatial_filter = "ica"
ica_algorithm = "extended_infomax"
ica_l_freq = 1.0
ica_n_components = 0.8
ica_max_iterations = 500
interactive = False
    
  Platform             Linux-6.8.0-1039-aws-x86_64-with-glibc2.35
Python               3.12.4 (main, Jun  8 2024, 23:40:19) [GCC 11.4.0]
Executable           /home/circleci/.pyenv/versions/3.12.4/bin/python3.12
CPU                  Intel(R) Xeon(R) Platinum 8223CL CPU @ 3.00GHz (36 cores)
Memory               4.0 GiB
Core
├☑ mne               1.11.0.dev90+ge50d56542 (development, latest release is 1.10.2)
├☑ numpy             2.3.4 (OpenBLAS 0.3.30 with 2 threads)
├☑ scipy             1.16.2
└☑ matplotlib        3.10.7 (backend=agg)
Numerical (optional)
├☑ sklearn           1.7.2
├☑ numba             0.62.1
├☑ nibabel           5.3.2
├☑ pandas            2.3.3
├☑ h5io              0.2.5
├☑ h5py              3.15.1
└☐ unavailable       nilearn, dipy, openmeeg, cupy
Visualization (optional)
├☑ pyvista           0.46.3 (OpenGL 4.5 (Core Profile) Mesa 23.2.1-1ubuntu3.1~22.04.3 via llvmpipe (LLVM 15.0.7, 256 bits))
├☑ pyvistaqt         0.11.3
├☑ vtk               9.5.2
├☑ qtpy              2.4.3 (PyQt6=6.10.0)
└☐ unavailable       ipympl, pyqtgraph, mne-qt-browser, ipywidgets, trame_client, trame_server, trame_vtk, trame_vuetify
Ecosystem (optional)
├☑ mne-bids          0.18.0.dev23+g982570293
├☑ mne-bids-pipeline 1.10.0.dev113+gfd73224c5
├☑ eeglabio          0.1.2
├☑ edfio             0.4.10
├☑ pybv              0.7.6
├☑ defusedxml        0.7.1
└☐ unavailable       mne-nirs, mne-features, mne-connectivity, mne-icalabel, neo, mffpy, antio