bids.variables.kollekshuns

Classes and functions related to the management of sets of BIDSVariables.

Why ‘kollekshuns’? Because ‘collections’ would conflict with the standard lib module of the same name on Python 2. We could go with something sensible but verbose like ‘variable_collections’, but that would make far too much sense.

Functions

merge_collections(collections[, …])

Merge two or more collections at the same level of analysis.

Classes

BIDSRunVariableCollection(variables[, …])

A container for one or more RunVariables–i.e., Variables that have a temporal dimension.

BIDSVariableCollection(variables)

A container for one or more variables extracted from variable files at a single level of analysis.