From 6e60d5b0c8f840634c8819abab3a2dd612b4a95e Mon Sep 17 00:00:00 2001 From: Ruben Di Battista <ruben.dibattista@skywarder.eu> Date: Sun, 19 Apr 2015 19:27:03 +0200 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a09c1e0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# skyward-datcom-parser +A simple Python script to parse Missile Datcom Output File + +This simple Command Line script converts the for006.dat Missile Datcom 97 output file to a MATLAB .mat files. It has been implement to retrieve the data for a standard simulation without deflections. + +The version is pre-alpha so it could behave very buggy. + +## Usage ## + +``` +python datcom_parser.py filename +``` + +The filename is optional. Without it the parser will look for the `for005.dat' file. -- GitLab