Grimgal (GraphIcal Measurement processinG AppLication) is an open source tool to analyse different types of data used by measurement soft- and hardware. The tool utilize the readerlib.
- Here different Measurements can be modified (e.g. make a measurement or sensor visible or invisible)
- Button to add a new measurement (otherwise Measurement->Add could also be used)
- Button to remove the currently selected measurement
- Here the properties of the selected measurement or sensor from the area 1 are displayed an can be modified
- Here are all values of each sensor for each probe in table displayed
- Here are all events of all measurement files
- Here static information (e.g. AVG) are displayed, if the measurement file format does support this type of information. Otherwise with "Settings->Use Statistic Reader" it is possible to get these statistic information from file formats which doesn't support statistic information.
- Here the visual data is displayed.
- Here is an example of the visual representation of a probe.
git clone --recursive https://github.com/MeasureTools/grimgal.git grimgal
cd grimgal
mkdir build
cd build
cmake ..
make
This project is licensed under a modified BSD 1-Clause License with an additional non-military use clause - see the LICENSE file for details.
- TU Dortmund Embedded System Software Group which made this release possible