From 2e7318b754e1f84a2271d2caf26a065db6d7461d Mon Sep 17 00:00:00 2001
From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de>
Date: Tue, 20 Jul 2021 10:59:00 +0200
Subject: [PATCH] Clean up for MATLAB only, change DIR structure

---
 MATLAB/.gitignore => .gitignore                  |   0
 MATLAB/copiedFile.h5 => copiedFile.h5            | Bin
 MATLAB/example.m => example.m                    |   0
 {MATLAB/fcn_core => fcn_core}/CreateID.m         |   0
 {MATLAB/fcn_core => fcn_core}/Publish.m          |   0
 {MATLAB/fcn_core => fcn_core}/TagPlot.m          |   0
 {MATLAB/fcn_help => fcn_help}/FileCompare.m      |   0
 {MATLAB/fcn_help => fcn_help}/FriendlyID.m       |   0
 {MATLAB/fcn_help => fcn_help}/createLinkedHDF5.m |   0
 python/HDF5_externalLink.py                      |   9 ---------
 MATLAB/test_data.mat => test_data.mat            | Bin
 MATLAB/testdata_2.h5 => testdata_2.h5            | Bin
 12 files changed, 9 deletions(-)
 rename MATLAB/.gitignore => .gitignore (100%)
 rename MATLAB/copiedFile.h5 => copiedFile.h5 (100%)
 rename MATLAB/example.m => example.m (100%)
 rename {MATLAB/fcn_core => fcn_core}/CreateID.m (100%)
 rename {MATLAB/fcn_core => fcn_core}/Publish.m (100%)
 rename {MATLAB/fcn_core => fcn_core}/TagPlot.m (100%)
 rename {MATLAB/fcn_help => fcn_help}/FileCompare.m (100%)
 rename {MATLAB/fcn_help => fcn_help}/FriendlyID.m (100%)
 rename {MATLAB/fcn_help => fcn_help}/createLinkedHDF5.m (100%)
 delete mode 100644 python/HDF5_externalLink.py
 rename MATLAB/test_data.mat => test_data.mat (100%)
 rename MATLAB/testdata_2.h5 => testdata_2.h5 (100%)

diff --git a/MATLAB/.gitignore b/.gitignore
similarity index 100%
rename from MATLAB/.gitignore
rename to .gitignore
diff --git a/MATLAB/copiedFile.h5 b/copiedFile.h5
similarity index 100%
rename from MATLAB/copiedFile.h5
rename to copiedFile.h5
diff --git a/MATLAB/example.m b/example.m
similarity index 100%
rename from MATLAB/example.m
rename to example.m
diff --git a/MATLAB/fcn_core/CreateID.m b/fcn_core/CreateID.m
similarity index 100%
rename from MATLAB/fcn_core/CreateID.m
rename to fcn_core/CreateID.m
diff --git a/MATLAB/fcn_core/Publish.m b/fcn_core/Publish.m
similarity index 100%
rename from MATLAB/fcn_core/Publish.m
rename to fcn_core/Publish.m
diff --git a/MATLAB/fcn_core/TagPlot.m b/fcn_core/TagPlot.m
similarity index 100%
rename from MATLAB/fcn_core/TagPlot.m
rename to fcn_core/TagPlot.m
diff --git a/MATLAB/fcn_help/FileCompare.m b/fcn_help/FileCompare.m
similarity index 100%
rename from MATLAB/fcn_help/FileCompare.m
rename to fcn_help/FileCompare.m
diff --git a/MATLAB/fcn_help/FriendlyID.m b/fcn_help/FriendlyID.m
similarity index 100%
rename from MATLAB/fcn_help/FriendlyID.m
rename to fcn_help/FriendlyID.m
diff --git a/MATLAB/fcn_help/createLinkedHDF5.m b/fcn_help/createLinkedHDF5.m
similarity index 100%
rename from MATLAB/fcn_help/createLinkedHDF5.m
rename to fcn_help/createLinkedHDF5.m
diff --git a/python/HDF5_externalLink.py b/python/HDF5_externalLink.py
deleted file mode 100644
index 40fa5fa..0000000
--- a/python/HDF5_externalLink.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import h5py 
-
-#Shows how to create an externalLink (symbolic) to a hdf5 File
-#Documentation available at: https://docs.h5py.org/en/stable/high/group.html#external-links
-myfile = h5py.File('./example.h5','w')
-myfile['ext link'] = h5py.ExternalLink("testdata_2.h5", "/")
-
-myfile.close()
-
diff --git a/MATLAB/test_data.mat b/test_data.mat
similarity index 100%
rename from MATLAB/test_data.mat
rename to test_data.mat
diff --git a/MATLAB/testdata_2.h5 b/testdata_2.h5
similarity index 100%
rename from MATLAB/testdata_2.h5
rename to testdata_2.h5
-- 
GitLab