eelbrain.NDVar.copy

NDVar.copy(self, name=None)

A deep copy of the NDVar’s data

Parameters:
name : str

Name of the output NDVar (default is the current name).

Returns:
ndvar_copy : NDVar

An copy of the ndvar with a deep copy of the data.

Notes

The info dictionary is still a shallow copy.