eelbrain.NDVar.copy

NDVar.copy(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 – An copy of the ndvar with a deep copy of the data.

Return type

NDVar

Notes

The info dictionary is still a shallow copy.