Skip to main content

Module indexer

Module indexer 

Source
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§

IndexerOptions
Options controlling how a BIDS dataset directory is indexed.

Functions§

index_dataset
Index a BIDS dataset directory into the database.