You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeuropixelsV2QuadShankProbeConfiguration and NeuropixelsV1eProbeConfiguration both have an issue when loading an existing file. What happens is that the DeviceChannelIndices field is pulled out and then saved, but the rest of the fields are discarded. This is due to how I am creating a deep-copy; to fix it, I will need to update OpenEphys.ProbeInterface.NET to create clones of the fields, or use the newly modified public Probe copy constructor as a way to copy the whole probe without keeping the pointer reference.
This is currently being fixed in the issue-252 branch.
The text was updated successfully, but these errors were encountered:
NeuropixelsV2QuadShankProbeConfiguration
andNeuropixelsV1eProbeConfiguration
both have an issue when loading an existing file. What happens is that theDeviceChannelIndices
field is pulled out and then saved, but the rest of the fields are discarded. This is due to how I am creating a deep-copy; to fix it, I will need to updateOpenEphys.ProbeInterface.NET
to create clones of the fields, or use the newly modified publicProbe
copy constructor as a way to copy the whole probe without keeping the pointer reference.This is currently being fixed in the issue-252 branch.
The text was updated successfully, but these errors were encountered: