Expand description
Dataset indexer: walks the filesystem and populates the SQLite database.
Recursively walks a BIDS dataset directory, extracts entities from each file using regex patterns, indexes JSON sidecar metadata following the BIDS inheritance principle, and records file associations.
Structs§
- Indexer
Options - Options controlling how a BIDS dataset directory is indexed.
Functions§
- index_
dataset - Index a BIDS dataset directory into the database.