Updated README

This commit is contained in:
@CarlWachter 2023-01-17 15:26:01 +01:00
parent 2706a8973b
commit 46cba1c060

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” files
- Process "tdms" and "csv" files
- Process multiple files at once
- generate time values with increment
- Automatically creates a folder-structure for the results
@ -114,15 +114,14 @@ 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. Implement the “first row secs” functionality as described before
2. Support the file formats CSV and TXT
3. Merge plots (more than one data set in a single plot) Maybe another tool for that?
4. Select/ Unselect all checkboxes in one column with a button
5. “Set all” button for start and end time
6. Choose the order of the move mean filter
7. Add a custom x-axis label
8. Add the option for a derivation plot
9. Allow multiple loads (Load different folder in one session)
10. Add try and catch statements around every user input
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
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.