From 8f98c8bba34785fcbbfcad5753a607e53a433810 Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Thu, 17 Mar 2022 17:09:19 +0100 Subject: [PATCH] Remove README --- analysis/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 analysis/README diff --git a/analysis/README b/analysis/README deleted file mode 100644 index 01a39e3..0000000 --- a/analysis/README +++ /dev/null @@ -1,18 +0,0 @@ -The bytecounts.py script produces the formulas that are coded into the -analytical.py script. - -The analytical.py script produces the formulas that are coded into the -plotdats.py script. - -You shouldn't have to touch either of those, unless the simulator itself -changes. - -If you're just plotting the output of simulator logfiles, just do: - -$ ./parselogs.py ../path/to/*.log - -(the above will generate 5 .dat files) - -$ ./plotdats.py - -(the above will generate a bunch of .pdf graphs)