brain_deer.presentation.qt.bids_panel¶
BIDS dataset browser tab — indexes datasets and loads into the Files tab.
Classes¶
Study navigator: index BIDS datasets and load layers into |
Functions¶
|
Factory used by |
Module Contents¶
- class brain_deer.presentation.qt.bids_panel.BIDSPanel(main_window, parent=None)¶
Bases:
PyQt5.QtWidgets.QWidgetStudy 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.