add example toml-file
This commit is contained in:
parent
498f986de7
commit
140ec92cbe
1 changed files with 28 additions and 0 deletions
28
examples/example_import.toml
Normal file
28
examples/example_import.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
['project']
|
||||
url = "git@kuhl-mann.de:lattice/cA_data.git"
|
||||
code = "sfcf"
|
||||
[measurements]
|
||||
[measurements.a]
|
||||
path = "/path/to/measurement"
|
||||
ensemble = "A1k1"
|
||||
param_file = "/path/to/file"
|
||||
version = "1.1"
|
||||
prefix = "pref"
|
||||
cfg_seperator = "n"
|
||||
names = ['list', 'of', 'names']
|
||||
[measurements.b]
|
||||
path = "/path/to/measurement"
|
||||
ensemble = "A1k1"
|
||||
param_file = "/path/to/file"
|
||||
version = "1.1"
|
||||
prefix = "pref"
|
||||
cfg_seperator = "n"
|
||||
names = ['list', 'of', 'names']
|
||||
[measurements.c]
|
||||
path = "/path/to/measurement"
|
||||
ensemble = "A1k1"
|
||||
param_file = "/path/to/file"
|
||||
version = "1.1"
|
||||
prefix = "pref"
|
||||
cfg_seperator = "n"
|
||||
names = ['list', 'of', 'names']
|
||||
Loading…
Add table
Add a link
Reference in a new issue