TomographicImaging / iDVC

Digital Volume Correlation user interface
Apache License 2.0
4 stars 1 forks source link

consume CharEvents s and w in viewers #218

Closed paskino closed 6 months ago

paskino commented 6 months ago

closes #179

Adds parsing of CLI parameters to idvc executable.

Currently adds the way to set the global logging level.

paskino commented 6 months ago

The prints "unhandled event w" comes from the viewer, so it should be updated there.

q would stop the interactor processing loop. However, in the case where the viewer is in a Qt application, this should not have any effect, as the processing loop is handled by Qt.

I'll investigate.