We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElectricalSeries.channel_conversion
ElectricalSeries.channel_conversion is:
axis
int32
1
object_id
description
namespace
neurodata_type
I believe the following code should be removed:
aqnwb/src/nwb/ecephys/ElectricalSeries.cpp
Lines 63 to 66 in 33e3481
and the new int attribute axis should be added instead. This error is currently missing in the validation with nwbinspector due to #108
nwbinspector
https://nwb-schema.readthedocs.io/en/latest/format.html#sec-electricalseries
The text was updated successfully, but these errors were encountered:
Fix #109 Add missing axis attribute for channel_conversion and remove…
435866c
… extra attributes
Fix #109 Add missing axis attribute for ElectricalSeries.channel_conv…
a50e4f1
…ersion
Successfully merging a pull request may close this issue.
ElectricalSeries.channel_conversion
is:axis
, which should beint32
with a fixed value of1
object_id
,description
andnamespace
. Only objects with a specifiedneurodata_type
should get these extra attributes.I believe the following code should be removed:
aqnwb/src/nwb/ecephys/ElectricalSeries.cpp
Lines 63 to 66 in 33e3481
and the new int attribute
axis
should be added instead. This error is currently missing in the validation withnwbinspector
due to #108https://nwb-schema.readthedocs.io/en/latest/format.html#sec-electricalseries
The text was updated successfully, but these errors were encountered: