session.set_scan_size(10.0) # 10 microns session.set_scan_rate(1.0) # 1 Hz
Once the driver is installed, raw connection is not enough. You must tune the driver parameters for your specific experimental needs.
Different models excel at soldering, biological inspection, or general hobby use.
dev.set_scan_mode(tp.SCAN_MODE.TILE) # Grid stitching mode dev.set_fov_um(500) # Field of view in microns dev.set_resolution(16384, 16384) # 268 Mpixel total dev.set_dwell_time(2.0) # 2 microseconds per pixel
To ensure the Tornado TP microscope functions at its peak, users should follow these steps:
session.set_scan_size(10.0) # 10 microns session.set_scan_rate(1.0) # 1 Hz
Once the driver is installed, raw connection is not enough. You must tune the driver parameters for your specific experimental needs. Tornado tp microscope driver
Different models excel at soldering, biological inspection, or general hobby use. session
dev.set_scan_mode(tp.SCAN_MODE.TILE) # Grid stitching mode dev.set_fov_um(500) # Field of view in microns dev.set_resolution(16384, 16384) # 268 Mpixel total dev.set_dwell_time(2.0) # 2 microseconds per pixel users should follow these steps:
To ensure the Tornado TP microscope functions at its peak, users should follow these steps: