Skip to content
Snippets Groups Projects
Commit 91ba7023 authored by BastianTigges's avatar BastianTigges
Browse files

added first draft of parse project

parent 4e2ea0f9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ from pykkn.parse import pykkn_parse
dataset1 = Dataset("msmt01")
dataset1.data = np.random.rand(1, 10)
dataset1.attrs["samplerate"] = 1000
dataset1.attrs["timestamp"] = "2017-05-14 18:44:11"
dataset1.attrs["timestamp"] = "2017-05-14 18:44:11 "
parameter1 = Parameter("gain")
parameter1.attrs["value"] = 1
......@@ -49,10 +49,5 @@ msmtrun.set_storage_path("example_for_docs.h5")
msmtrun.store()
result_msmtrun = pykkn_parse("example_for_docs.h5")
result_msmtrun.show()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment