copy#
- syncopy.copy(spydata)[source]#
Create a copy of the entire Syncopy object data on disk
- Parameters:
spydata (Syncopy data object) – Object to be copied on disk
- Returns:
cpy – Reference to the copied data object on disk
- Return type:
Syncopy data object
Notes
For copying only a subset of the data use
syncopy.selectdata()directly with the default inplace=False parameter.Syncopy objects may also be copied using the class method
.copythat acts as a wrapper forsyncopy.copy()See also
syncopy.save()save to specific file path
syncopy.selectdata()creates copy of a selection with inplace=False