I am an NVH Engineer and I am learning Python. Historically I have used Labview and other commercial software in my work life. I like that there is so much work that has been done developing code for NVH analysis in python.
I would like to make open-source GUI applications that can harness a lot of the work that has been done. The first thing I want to tackle is a Time Data Recorder application. functionally it would operate similarly to this commercial product.
HDF5 - Data Storage
pyacq - Possible acquisition framework
GUI - Develop in PySide2
I was thinking about something like this for gui skeleton
and this for the TDR App inside it
I am looking for some help with directory and software structure. I have the main layout working in code (buttons donβt do anything yet). Any thought would be helpful
Timm