The following code fails:
sessions = bot.listSessions('VisualCoding', 'Ophys');
idx = find(sessions.("id")==853363743);
sess = bot.getSessions(sessions(idx,:))
The error is
Error using assert
Expected to find exactly one H5 file
Error in bot.item.concrete.OphysSession (line 1254)
assert(isscalar(h5Idx),"Expected to find exactly one H5 file ");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in bot.getSessions (line 63)
sessionObj = bot.item.concrete.OphysSession(sessionIDSpec);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The following code fails:
The error is