brain_deer.presentation.qt.bids_panel

BIDS dataset browser tab — indexes datasets and loads into the Files tab.

Classes

BIDSPanel

Study navigator: index BIDS datasets and load layers into loaded_files.

Functions

create_bids_tab(→ PyQt5.QtWidgets.QWidget)

Factory used by bottom_panel.build_bottom_panel.

Module Contents

class brain_deer.presentation.qt.bids_panel.BIDSPanel(main_window, parent=None)

Bases: PyQt5.QtWidgets.QWidget

Study navigator: index BIDS datasets and load layers into loaded_files.

open_dataset_path(root: str | pathlib.Path) → None

Open a dataset programmatically (after import or API call).

brain_deer.presentation.qt.bids_panel.create_bids_tab(main_window) → PyQt5.QtWidgets.QWidget

Factory used by bottom_panel.build_bottom_panel.