Skip to content

adakite/DLDViewer

Repository files navigation

DLD Viewer (Qt)

Minimal Qt app to load a SmartSolo DLD file, infer layout, and plot the waveform. Rendering uses QPainter.

Build

mkdir -p build
cd build
cmake ..
cmake --build .

Run

./DLDViewer

Use the Load DLD button to open a file. The viewer plots raw counts and shows inferred metadata in the status bar.

Benchmark

Run with a file path and benchmark frames:

./DLDViewer --file ../Data/SEIS001.DLD --bench --frames 300

This prints average milliseconds per frame and exits.

About

This is the DLD viewer repository

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors