This is a basic web interface to control Gocator 20x0 3D laser profilers through the gocator_profiler console application. Just like the console app it's probably of limited interest to anyone not me. Or at least anyone not working on a Gocator laser profiling application, anyway.
The web interface allows the user to configure the laser profiling (triggering, scans per second, etc.) and to download the 3D profile data and/or receive an image of the data plotted as a color-mapped scatter plot (have a look at the console app's Plotter for 3D surface plots of the data).
- Python
- NumPy
- SciPy
- matplotlib
- Flask
- gocator_profiler
- Tornado (optional but recommended)