From 7e0d4fa22454c1cad3fda3b16a6b560b147ac2a5 Mon Sep 17 00:00:00 2001 From: Tobias Schulze <t.schulze@wzl-mq.rwth-aachen.de> Date: Mon, 15 Apr 2024 11:27:40 +0200 Subject: [PATCH] Corrected documentation --- README.md | 6 ++---- data/DATA.md | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c1676f..5127a2d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # Generalized Statistical Process Control -Source code to the publication "Generalized Statistical Process Control via 1D-ResNet Pretraining" by Tobias Schulze, Louis Huebser, Sebastian Beckschulte and Robert H. Schmitt (Laboratory for Machine Tools and Production Engineering, WZL of RWTH Aachen University). - - +Source code to the planned publication "Generalized Statistical Process Control via 1D-ResNet Pretraining" by Tobias Schulze, Louis Huebser, Sebastian Beckschulte and Robert H. Schmitt (Laboratory for Machine Tools and Production Engineering, WZL of RWTH Aachen University). ## Structure -- data: Directory for data generated with G-SPC (data used in the publication are available at: https://zenodo.org/records/8246621) +- data: Directory for data generated with G-SPC (data used in the publication are available at: https://zenodo.org/records/8249487, add them manually to your copy of this repository as described in DATA.md in the data folder) - G-SPC: Implementation of Generalized Statistical Process Control - scripts: Scripts used for the publication (actual use case is not included due to data privacy) diff --git a/data/DATA.md b/data/DATA.md index e69de29..bb596c9 100644 --- a/data/DATA.md +++ b/data/DATA.md @@ -0,0 +1,21 @@ +#### Add data from https://zenodo.org/records/8249487 following this structure: + +``` +generalized-statistical-process-control +│ +... +│ +└───data + │ + └───test + │ │ distribs + │ │ k_matrix.csv + │ │ x.csv + │ │ y.csv + │ + └───test + │ distribs + │ k_matrix.csv + │ x.csv + │ y.csv +``` -- GitLab