Reading raw data with sbxread()

Raw image data in scanbox is contained in *.sbx files.  To read these data you can use the sbxread() function. Here is the documentation from its help section– So, for example, the following lines of code will read images from 0 to 19 (20 total) and display the average of the first (green) PMT channel: And you may…

Read More