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
I have a small issue I am hoping people can help me out with.
We are using the MATLAB based suite2p along with Scanbox for image acquisition. Scanbox saves files in .sbx format and I need a way to combine a bunch of these small .sbx files into one continuous .sbx file. Dario Ringach of Scanbox seems to think there is a way to do this using suite2p.
Any help or advice would be great!
The text was updated successfully, but these errors were encountered:
This has been solved and discussed in the python version repository here: MouseLand/suite2p#748
Concatenate binary .sbx files in the Windows CMD prompt using the "copy" command with /b flag and + operator, or using wildcards. Then rename any of the associated .mat files to match the filename of the concatenated .sbx file. Optionally, you can test the concatenated files using standard scanbox tools (like sbxaligntool) prior to importing them in suite2p.
Hi suite2p community -
I have a small issue I am hoping people can help me out with.
We are using the MATLAB based suite2p along with Scanbox for image acquisition. Scanbox saves files in .sbx format and I need a way to combine a bunch of these small .sbx files into one continuous .sbx file. Dario Ringach of Scanbox seems to think there is a way to do this using suite2p.
Any help or advice would be great!
The text was updated successfully, but these errors were encountered: