Document ID: TOR-TP-AN-2024-01 Applies to: Tornado TP (Thermionic / Tungsten Filament) & Tornado TPE (Environmental / Low Vacuum) Drivers
dev = TornadoTP.open(0) dev.set_resolution(1280, 720) for frame in dev.stream(fps=30): process_frame(frame) # user-defined dev.close()This article provides a deep technical dive into the Tornado TP Microscope Driver. We will cover its architecture, step-by-step installation protocols, common troubleshooting pitfalls, optimal settings for data throughput, and how to interface it with third-party analysis software like Gwyddion, WSxM, or custom Python scripts.
The importance of a robust driver like the Tornado TP becomes most apparent in calibration and measurement. In industrial metrology, a single pixel of variance can translate to a significant measurement error in the physical world. The Tornado TP driver provides the necessary controls for sub-pixel accuracy and parallax correction. It allows for the flattening of field curvature and the adjustment of color profiles to ensure that what is seen on the screen matches the physical sample.
Keywords: Tornado TP microscope driver, AFM software integration, thermal probe driver installation, USB real-time scanning, TP driver troubleshooting, nanoscale imaging driver.
| Detector Type | Recommended Dwell (µs) | Line Average | Notes | |---------------|----------------------|--------------|-------| | Everhart-Thornley SE | 0.5 – 2 | 1 | Use at high beam current | | Solid-state BSE | 2 – 5 | 1 – 2 | Lower noise, slower | | EDS (Bruker/Oxford) | 20 – 100 | 1 | Sync via TTL output | | EBIC/CL | 5 – 50 | 2 – 4 | Requires external preamp |