Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoerinijs/certdataconverter
Read CERT output files in one directory, calculate the overall means and convert the means to a csv file
https://github.com/yoerinijs/certdataconverter
Last synced: about 17 hours ago
JSON representation
Read CERT output files in one directory, calculate the overall means and convert the means to a csv file
- Host: GitHub
- URL: https://github.com/yoerinijs/certdataconverter
- Owner: YoeriNijs
- License: gpl-2.0
- Created: 2016-01-02T14:19:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T09:38:47.000Z (about 9 years ago)
- Last Synced: 2024-11-09T14:13:09.802Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CERTDataConverter
Read CERT (Computer Expression Recognition Toolbox) output files in one directory, calculate the overall means and convert the means to a csv file- Open the file in an IDE;
- Change the directories where the CERT output files (.txt) are located and the dir where the output file needs to be stored;
- Change, if necessary, the Action Units that the script needs to calculate;
- Run (in IDE or in a terminal);NB: you must have the latest version of Python (i.e. Python 3) installed on your machine.