Skip to main content

Module layout

Module layout 

Source
Expand description

The main BidsLayout type and its builder.

BidsLayout is the primary entry point for working with a BIDS dataset. It indexes the directory tree into a SQLite database and provides fluent query methods, metadata inheritance, derivative support, and path building.

Structsยง

BidsLayout
The main entry point for interacting with a BIDS dataset.
LayoutBuilder
Builder for configuring and constructing a BidsLayout.