a collection of formaters for eis datatypes
Find a file
Carl Philipp Klemm 3db3e0a0de add readme
2025-01-20 17:02:52 +01:00
src matlabarrytoeis: dont abort on file length missmatch as thats fine for RUL data 2024-11-21 16:59:49 +01:00
CMakeLists.txt Fix some issues with the matlabtoeis converter 2024-10-29 11:48:49 +01:00
README.md add readme 2025-01-20 17:02:52 +01:00

KISS EIS Dataformaters

Dataformaters contains misc. data formating utilites that are used to transfer file types used by eisgenerator/eistype into forign formats

Requirements

  • You must be running unix or a unix-like os such as linux
  • A c++17 compiler like gcc
  • cmake
  • libeisgenerator
  • libkisstype
  • git

Build and instructions

$ git clone REPO_URL dataformaters
$ cd dataformaters
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install