Bug fixes and added support for TXT files in csv format

This commit is contained in:
@CarlWachter 2023-01-19 15:15:12 +01:00
parent a106715aa1
commit 87b0873c08
2 changed files with 6 additions and 10 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ This is an attempt to standardize data plotting in Space Team Aachen, or at leas
Currently, the plotting tool covers the following functionalities:
- Process "tdms" and "csv" files
- Process "tdms", "csv" and "txt" files
- Process multiple files at once
- generate time values with increment
- Automatically creates a folder-structure for the results
@ -114,14 +114,10 @@ One last disclaimer: If there is a mistake in the data set, if you use a comma i
There are numerous functionalities still missing. The following list provides an overview of all important functions, that should be added as soon as possible (more or less). The order of precedence represents the priority.
1. Support the file format TXT
2. Merge plots (more than one data set in a single plot) Maybe another tool for that?
3. Select/ Unselect all checkboxes in one column with a button
4. “Set all” button for start and end time
5. Choose the order of the move mean filter
6. Add a custom x-axis label
7. Add the option for a derivation plot
8. Allow multiple loads (Load different folder in one session)
9. Add try and catch statements around every user input
1. Merge plots (more than one data set in a single plot) Maybe another tool for that?
2. Choose the order of the move mean filter
3. Add a custom x-axis label
4. Add the option for a derivation plot
5. Add try and catch statements around every user input
You are very welcome to help develop this tool further. If you are planning to do so, please send me a message (Max Heckmann) and I give you a short introduction in the already existing code. This probably saves you some time.