Help regarding nwbwidget( IVCurveWidget and SingleTracePlotlyWidget ) . #50
-
Hello, I am currently a GSoC intern working on developing a python notebook that helps in exploring an ephys NWB file and I am vastly making using of the NWB Widgets as they are really cool and almost cover everything I plan to achieve. I just have few basic doubts and thought this platform is the right place to post. If there is any other alternative platform where I can ask for help , please do let me know.
I am still a beginner trying to understand more about this, the nwb file format in general but would love to learn, help and contribute more! Thanking you in anticipation |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
Thanks @Daksh1603 . Just CC'ing @pgleeson and myself (mentors) |
Beta Was this translation helpful? Give feedback.
-
Hi @Daksh1603 @sanjayankur31
Feel free to share any bugs you might find and further questions directly on nwgwidgets repository: https://github.com/NeurodataWithoutBorders/nwbwidgets |
Beta Was this translation helpful? Give feedback.
-
Hello @luiztauffer, |
Beta Was this translation helpful? Give feedback.
Hi @Daksh1603 @sanjayankur31
great to see you’re using the widgets! Here are some ideas that might help you out:
nwb2widget
orPanel
, reference. This will automatically render the correct widget for each data type within that file, this can serve as an initial test, to check if the file is formatted as the widgets expecttimeseries.show_timeseries()
ortimeseries.BaseGroupedTraceWidget()
for multiple tracesIVCurveWidget
expects aSequentialRecordingsTable
object as input, is that what you’re passing to the widget? Here’s a tutorial on how to organize icephys data on nwbFeel free to share any bugs you might find and further que…