cpp/config.txt

24 lines
331 B
Plaintext
Raw Normal View History

2024-08-20 18:44:16 +02:00
# Simulation part
2024-11-04 19:39:53 +01:00
num_walker=20000
2024-08-20 18:44:16 +02:00
# Motion model part
2024-11-11 11:04:00 +01:00
delta=126e3
eta=0.0
2024-08-20 18:44:16 +02:00
# Distribution part
2024-11-28 14:50:26 +01:00
tau=1e-3
2024-11-11 11:04:00 +01:00
angle1=2
angle2=30
2024-11-28 11:07:44 +01:00
probability1=0
2024-08-20 18:44:16 +02:00
# Spectrum part
2024-11-28 11:07:44 +01:00
dwell_time=1e-8
2024-08-20 18:44:16 +02:00
num_acq=4096
techo_start=0e-6
techo_stop=40e-6
techo_steps=5
# STE part
2024-11-28 19:40:07 +01:00
tevo_start=5e-6
tevo_stop=60e-6
tevo_steps=1
2024-09-16 19:52:51 +02:00
tmix_start=1e-5
tmix_stop=1e1
2024-11-28 19:40:07 +01:00
tmix_steps=31