Expand description
BIDS file representation with type detection, entity access, and companion lookup.
BidsFile is the central type representing a single file in a BIDS dataset.
It carries the file’s path, extracted entities, metadata from JSON sidecars,
and provides methods for reading JSON/TSV content, finding companion files,
and copying/symlinking.
Structs§
- Bids
File - Represents a single file in a BIDS dataset.