pub fn apply_transformations(
collection: &mut VariableCollection,
spec: &TransformSpec,
)Expand description
Apply transformations to a VariableCollection.
This is a simplified version — PyBIDS supports a full transformer plugin system. We implement the core pybids-transforms-v1 instructions.