You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I pull the newest iblapps-master and prepare ephys data for GUI. I came across two issues.
The number of channels might not be correctly calculated.
I noticed two lines (161-162) in assert (fsize - offset) % (item_size * n_channels) == 0,\ 'Inconsistent number of channels between the params file and the binary dat file' was newly added comparing to my old environment. After commenting these two lines, it keep running, although a warning came out (turned out not to be caused by the comment)
Another is shown below after running about 2 hours, although it might produce enough data to allow me do alignment using GUI.
Thanks,
Lei
The text was updated successfully, but these errors were encountered:
Hi there,
I pull the newest iblapps-master and prepare ephys data for GUI. I came across two issues.
The number of channels might not be correctly calculated.
I noticed two lines (161-162) in
assert (fsize - offset) % (item_size * n_channels) == 0,\ 'Inconsistent number of channels between the params file and the binary dat file'
was newly added comparing to my old environment. After commenting these two lines, it keep running, although a warning came out (turned out not to be caused by the comment)Another is shown below after running about 2 hours, although it might produce enough data to allow me do alignment using GUI.
Thanks,
Lei
The text was updated successfully, but these errors were encountered: