Compare commits
2 commits
4a4ad52ed7
...
0f6dfa0fb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
0f6dfa0fb7 |
|||
|
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