LICENSE
README.md
pyproject.toml
bids_manager.egg-info/PKG-INFO
bids_manager.egg-info/SOURCES.txt
bids_manager.egg-info/dependency_links.txt
bids_manager.egg-info/entry_points.txt
bids_manager.egg-info/requires.txt
bids_manager.egg-info/top_level.txt
bidsmgr/__init__.py
bidsmgr/main.py
bidsmgr/classifier/__init__.py
bidsmgr/classifier/dcm2niix_bidsguess.py
bidsmgr/classifier/sequence_dict.py
bidsmgr/classifier/types.py
bidsmgr/cli/__init__.py
bidsmgr/cli/convert.py
bidsmgr/cli/metadata.py
bidsmgr/cli/rebuild.py
bidsmgr/cli/scan.py
bidsmgr/cli/validate.py
bidsmgr/converter/__init__.py
bidsmgr/converter/registry.py
bidsmgr/converter/types.py
bidsmgr/converter/backends/__init__.py
bidsmgr/converter/backends/dcm2niix_direct.py
bidsmgr/converter/backends/mne_bids.py
bidsmgr/converter/backends/physio_dcm.py
bidsmgr/editor/__init__.py
bidsmgr/editor/html_report.py
bidsmgr/editor/types.py
bidsmgr/editor/validator.py
bidsmgr/fixups/__init__.py
bidsmgr/fixups/fieldmaps.py
bidsmgr/fixups/intended_for.py
bidsmgr/fixups/scans_tsv.py
bidsmgr/gui/__init__.py
bidsmgr/gui/about_dialog.py
bidsmgr/gui/app_settings.py
bidsmgr/gui/bulk_edit_dialog.py
bidsmgr/gui/converter_panel.py
bidsmgr/gui/editor_issues_dialog.py
bidsmgr/gui/editor_panel.py
bidsmgr/gui/filter_pane.py
bidsmgr/gui/issues_dialog.py
bidsmgr/gui/main_window.py
bidsmgr/gui/output_fs_pane.py
bidsmgr/gui/properties_panel.py
bidsmgr/gui/raw_fs_pane.py
bidsmgr/gui/settings_dialog.py
bidsmgr/gui/theme.qss
bidsmgr/gui/theme_manager.py
bidsmgr/gui/assets/ANCP_lab.png
bidsmgr/gui/assets/Jochem.jpg
bidsmgr/gui/assets/Karel.jpeg
bidsmgr/gui/assets/logo.png
bidsmgr/gui/assets/wordmark.png
bidsmgr/gui/delegates/__init__.py
bidsmgr/gui/delegates/bids_tree.py
bidsmgr/gui/delegates/inspection_cells.py
bidsmgr/gui/delegates/row_state.py
bidsmgr/gui/models/__init__.py
bidsmgr/gui/models/inventory.py
bidsmgr/gui/widgets/__init__.py
bidsmgr/gui/widgets/bids_tree_pane.py
bidsmgr/gui/widgets/image_label.py
bidsmgr/gui/widgets/json_tree_view.py
bidsmgr/gui/widgets/nifti_viewer_pane.py
bidsmgr/gui/widgets/primitives.py
bidsmgr/gui/widgets/sidecar_form_pane.py
bidsmgr/gui/widgets/sidecar_row.py
bidsmgr/gui/widgets/spinner.py
bidsmgr/gui/widgets/status_badge.py
bidsmgr/gui/widgets/tsv_viewer_pane.py
bidsmgr/gui/widgets/val_message.py
bidsmgr/gui/widgets/validation_pane.py
bidsmgr/inventory/__init__.py
bidsmgr/inventory/_time.py
bidsmgr/inventory/eeg_meg.py
bidsmgr/inventory/mri_dicom.py
bidsmgr/inventory/probe_convert.py
bidsmgr/inventory/rebuild.py
bidsmgr/inventory/subject_identity.py
bidsmgr/inventory/types.py
bidsmgr/metadata/__init__.py
bidsmgr/metadata/engine.py
bidsmgr/metadata/types.py
bidsmgr/planner/__init__.py
bidsmgr/project/__init__.py
bidsmgr/project/log.py
bidsmgr/project/project.py
bidsmgr/project/provenance.py
bidsmgr/project/replay.py
bidsmgr/project/types.py
bidsmgr/schema/__init__.py
bidsmgr/schema/engine.py
bidsmgr/schema/loader.py
bidsmgr/schema/types.py
bidsmgr/schema/validation.py
bidsmgr/util/__init__.py
bidsmgr/util/paths.py
bidsmgr/util/qt_platform.py
bidsmgr/vendor/README.md
bidsmgr/vendor/__init__.py
bidsmgr/vendor/bidsphysio/LICENSE
bidsmgr/vendor/bidsphysio/__init__.py
bidsmgr/vendor/bidsphysio/info.py
bidsmgr/vendor/bidsphysio/acq2bids/__init__.py
bidsmgr/vendor/bidsphysio/acq2bids/acq2bidsphysio.py
bidsmgr/vendor/bidsphysio/acq2bids/acqsession2bids.py
bidsmgr/vendor/bidsphysio/acq2bids/info.py
bidsmgr/vendor/bidsphysio/base/__init__.py
bidsmgr/vendor/bidsphysio/base/bidsphysio.py
bidsmgr/vendor/bidsphysio/base/info.py
bidsmgr/vendor/bidsphysio/base/utils.py
bidsmgr/vendor/bidsphysio/dcm2bids/__init__.py
bidsmgr/vendor/bidsphysio/dcm2bids/dcm2bidsphysio.py
bidsmgr/vendor/bidsphysio/dcm2bids/dcmsession2bids.py
bidsmgr/vendor/bidsphysio/dcm2bids/info.py
bidsmgr/vendor/bidsphysio/edf2bids/__init__.py
bidsmgr/vendor/bidsphysio/edf2bids/edf2bidsphysio.py
bidsmgr/vendor/bidsphysio/edf2bids/edfsession2bids.py
bidsmgr/vendor/bidsphysio/edf2bids/info.py
bidsmgr/vendor/bidsphysio/events/__init__.py
bidsmgr/vendor/bidsphysio/events/eventsbase.py
bidsmgr/vendor/bidsphysio/events/info.py
bidsmgr/vendor/bidsphysio/physio2bids/__init__.py
bidsmgr/vendor/bidsphysio/physio2bids/info.py
bidsmgr/vendor/bidsphysio/physio2bids/physio2bidsphysio.py
bidsmgr/vendor/bidsphysio/pmu2bids/__init__.py
bidsmgr/vendor/bidsphysio/pmu2bids/info.py
bidsmgr/vendor/bidsphysio/pmu2bids/pmu2bidsphysio.py
bidsmgr/vendor/bidsphysio/session/__init__.py
bidsmgr/vendor/bidsphysio/session/info.py
bidsmgr/vendor/bidsphysio/session/session2bids.py
bidsmgr/workers/__init__.py
bidsmgr/workers/convert.py
bidsmgr/workers/file_report.py
bidsmgr/workers/metadata.py
bidsmgr/workers/nifti_loader.py
bidsmgr/workers/report.py
bidsmgr/workers/scan.py
bidsmgr/workers/validate.py