OSU-Geomatics / OregonState_DLM

DLM Accelerometers
GNU General Public License v3.0
2 stars 0 forks source link

Acquisition Wishlist/Idea Brainstorm #4

Closed hokiespurs closed 8 years ago

hokiespurs commented 8 years ago

The acquisition scripts will be broken into:

  1. DLMg.exe, an interactive GUI with real time plotting
  2. DLMc.exe, a command line tool with arguments passed to it

    Wishlist for DLMg.exe (DLM GUI)

    • [x] current sample rate of each accelerometer
    • [x] enable/disable scrolling button
    • [x] slider/spinbox for scrolling window length
    • [x] user select colors for plotting/checkbox for turning plots on/off
    • [x] status window with messages
    • [x] save button with start/stop
    • [x] optional fixed y limits
    • [x] use classes to make code organized
    • [ ] option to only plot points within limits of window
    • [ ] tab for the plots (acceleration vs time, power vs frequency, time vs frequency (spectrogram))
    • [ ] retain ability to function if one or more accelerometers are "turned off"

      Wishlist for DLMc.exe (DLM Command Line Tool)

    • [x] argument 1: outputfilename
    • [x] user type "q" to quit
    • [x] just log data as fast as possible to filename
hokiespurs commented 8 years ago

DLMg.exe (DLM GUI) Proposed Layout

capture

hokiespurs commented 8 years ago

Added checked wishlist items to enhancement issue #5