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
inspecting https://figshare.com/articles/Datasets_from_Steinmetz_et_al_2019_in_NWB_format/11274968 Steinmetz2019_Cori_2016-12-14.nwb
/processing/behavior/PupilTracking/eye_xy_positions/ should be in a new object called EyeTracking of neurodata type EyeTracking instead of "PupilTracking". It should also be of type SpatialSeries instead of TimeSeries. (see https://pynwb.readthedocs.io/en/stable/pynwb.behavior.html#pynwb.behavior.EyeTracking)
EyeTracking
SpatialSeries
TimeSeries
This is pretty minor, but changing this would allow tools like nwbwidgets to better parse the data automatically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
inspecting https://figshare.com/articles/Datasets_from_Steinmetz_et_al_2019_in_NWB_format/11274968 Steinmetz2019_Cori_2016-12-14.nwb
/processing/behavior/PupilTracking/eye_xy_positions/ should be in a new object called EyeTracking of neurodata type
EyeTracking
instead of "PupilTracking". It should also be of typeSpatialSeries
instead ofTimeSeries
. (see https://pynwb.readthedocs.io/en/stable/pynwb.behavior.html#pynwb.behavior.EyeTracking)This is pretty minor, but changing this would allow tools like nwbwidgets to better parse the data automatically.
The text was updated successfully, but these errors were encountered: