MichaelRiss / FTSPlot

fast time series visualization
GNU Lesser General Public License v2.1
16 stars 4 forks source link

Command line arguments #7

Open XavierTolza opened 5 years ago

XavierTolza commented 5 years ago

Hi. First step to a better integration of the tool. I could get through the mess of Qt and cmake compilation to extract a C library, so I modified the FTSPlot main entrypoint to accept command line arguments, which means now you can do the following:

FTSPlot path/to/first/file.cfg path/to/binary/file.bin

And it will automatically plot the first file and FTSPrep the second and plot it as well.