Skip to content

Commit

Permalink
Fix some example files
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouvignies committed Jul 3, 2023
1 parent 2cc286c commit b3fe674
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 28 deletions.
54 changes: 27 additions & 27 deletions examples/Experiments/CPMG_CHD2_1H_AP/Experiments/800mhz.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[experiment]
name = "cpmg_chd2_1h_ap"
time_t2 = 30.0e-3
carrier = 1.0
pw90 = 10.425e-6
name = "cpmg_chd2_1h_ap"
time_t2 = 30.0e-3
carrier = 1.0
pw90 = 10.425e-6

[conditions]
h_larmor_frq = 799.7
label = ["2H"]
# p_total = 1.0e-3
# sample = "wild-type FF domain"
# temperature = 30.0
h_larmor_frq = 799.7
label = [ "2H" ]
# p_total = 1.0e-3
# sample = "wild-type FF domain"
# temperature = 30.0

[data]
path = "../Data/800MHz/"
error = "duplicates"
path = "../Data/800MHz/"
error = "duplicates"

[data.profiles]
L24HD1-CD1 = "L24CD1-QD1.out"
L24HD2-CD2 = "L24CD2-QD2.out"
L25HD1-CD1 = "L25CD1-QD1.out"
L25HD2-CD2 = "L25CD2-QD2.out"
V30HG1-CG1 = "V30CG1-QG1.out"
V30HG2-CG2 = "V30CG2-QG2.out"
M40HE-CE = "M40CE-QE.out"
M42HE-CE = "M42CE-QE.out"
I43HD1-CD1 = "I43CD1-QD1.out"
I44HD1-CD1 = "I44CD1-QD1.out"
L52HD1-CD1 = "L52CD1-QD1.out"
L52HD2-CD2 = "L52CD2-QD2.out"
L55HD1-CD1 = "L55CD1-QD1.out"
L55HD2-CD2 = "L55CD2-QD2.out"
V67HG1-CG1 = "V67CG1-QG1.out"
V67HG2-CG2 = "V67CG2-QG2.out"
L24HD1-CD1 = "L24CD1-QD1.out"
L24HD2-CD2 = "L24CD2-QD2.out"
L25HD1-CD1 = "L25CD1-QD1.out"
L25HD2-CD2 = "L25CD2-QD2.out"
V30HG1-CG1 = "V30CG1-QG1.out"
V30HG2-CG2 = "V30CG2-QG2.out"
M40HE-CE = "M40CE-QE.out"
M42HE-CE = "M42CE-QE.out"
I43HD1-CD1 = "I43CD1-QD1.out"
I44HD1-CD1 = "I44CD1-QD1.out"
L52HD1-CD1 = "L52CD1-QD1.out"
L52HD2-CD2 = "L52CD2-QD2.out"
L55HD1-CD1 = "L55CD1-QD1.out"
L55HD2-CD2 = "L55CD2-QD2.out"
V67HG1-CG1 = "V67CG1-QG1.out"
V67HG2-CG2 = "V67CG2-QG2.out"
13 changes: 12 additions & 1 deletion examples/Experiments/CPMG_CHD2_1H_AP/Methods/method.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
[DEFAULT]
INCLUDE = ["L24HD2", "L25HD1", "V30HG1", "V30HG2", "M40HE", "I44HD1", "L52HD1", "L52HD2", "L55HD1", "L55HD2"]
INCLUDE = [
"L24HD2-CD2",
"L25HD1-CD1",
"V30HG1-CG1",
"V30HG2-CG2",
"M40HE-CE",
"I44HD1-CD1",
"L52HD1-CD1",
"L52HD2-CD2",
"L55HD1-CD1",
"L55HD2-CD2",
]

0 comments on commit b3fe674

Please sign in to comment.