Skip to main content

Module node

Module node 

Source
Expand description

BIDS hierarchy nodes: run-level and non-run (subject/session/dataset).

Nodes represent levels of the BIDS hierarchy that hold variables. Run-level nodes carry sparse and dense time-series variables; non-run nodes carry simple demographic/session variables.

Structsยง

Node
A non-run node in the BIDS hierarchy (dataset, subject, or session level).
NodeIndex
Top-level index organizing all variable nodes in a BIDS dataset.
RunInfo
Metadata about a single run in a BIDS dataset.
RunNode
A run-level node with timing information and both sparse and dense variables.