mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sw-plotting-tool.git
synced 2025-06-10 01:55:59 +00:00
Bug fixes and added support for TXT files in csv format
This commit is contained in:
parent
a106715aa1
commit
87b0873c08
Binary file not shown.
16
README.md
16
README.md
@ -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:
|
Currently, the plotting tool covers the following functionalities:
|
||||||
|
|
||||||
- Process "tdms" and "csv" files
|
- Process "tdms", "csv" and "txt" files
|
||||||
- Process multiple files at once
|
- Process multiple files at once
|
||||||
- generate time values with increment
|
- generate time values with increment
|
||||||
- Automatically creates a folder-structure for the results
|
- 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.
|
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
|
1. Merge plots (more than one data set in a single plot) – Maybe another tool for that?
|
||||||
2. 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. Select/ Unselect all checkboxes in one column with a button
|
3. Add a custom x-axis label
|
||||||
4. “Set all” button for start and end time
|
4. Add the option for a derivation plot
|
||||||
5. Choose the order of the move mean filter
|
5. Add try and catch statements around every user input
|
||||||
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.
|
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.
|
Loading…
x
Reference in New Issue
Block a user