open-ephys / open-ephys-python-tools

Python code for interacting with the Open Ephys GUI
MIT License
29 stars 18 forks source link

sort sessions, experiments, and recordings naturally #33

Closed MarinManuel closed 3 months ago

MarinManuel commented 3 months ago

This is a fix for #28 which also sorts the Recording Nodes naturally I also encountered this issue when investigating #32 , I realized that when I was looking at session.recordnodes[0].recordings[4] and session.recordnodes[0].recordings[5], those were not sequential recordings.

jsiegle commented 3 months ago

Just created a new release with this fix!