HOME
ESR
EXPERIMENTS
LABS etc
|
E121
E127
E132
E125
E143
laser_cooling_2021
E142
Ê128
E146
E0052
E0018
E0028
E0038
E0075
E0203_E0018
|
masses & isomeres 2025 |
Not logged in |
 |
|
Message ID: 277
Entry time: Mon Apr 7 16:07:42 2025
|
Author: |
Shahab |
Category: |
General |
Subject: |
all config files |
|
|
here are all TOML config files of the automatic scripts. |
|
# Settings for detectomer
[zmq_sdr]
url = "tcp://localhost"
port = "5555"
[zmq_trigger]
url = "tcp://140.181.66.8"
port = "1234"
[rest]
url = "http://asl157.acc.gsi.de:5210/rp/updateSignalStates"
SCID = 21779
[data]
lframe = 4096
sample_rate = 2.048e6 # Hz, center frequency for the SDR
center_freq = 411556955 # Hz, center frequency for the SDR
[graph]
ymax = 10
ymin = -100
xmax = 1000
xmin = 0
yunit = "dBm"
xunit = "Hz"
avg_depth = 10
[window]
xsize = 800
ysize = 600
|
|
# pathsettings_GSI.toml
[paths]
luster_hostname = "***"
luster_username = "***"
luster_keyfilename = "***"
default_path_ntcap_iq_label="RSA01(NAS):"
default_path_ntcap_iq = "/mnt/ntcap-data1/E0018/RSA01"
default_path_luster_iq_label="RSA01(luster):"
default_path_luster_iq = "***"
synced_files_iq = "synced_files_rsa01.txt"
synced_files_iq_end = ".tiq"
default_path_ntcap_sc_label="RSA02(NAS):"
default_path_ntcap_sc = "/mnt/ntcap-data1/E0018/RSA02"
default_path_luster_sc_label="RSA02(luster):"
default_path_luster_sc = "***"
synced_files_sc = "synced_files_rsa02.txt"
synced_files_sc_end = ".tiq"
|
|
# pathsettings_GSI.toml
[paths]
luster_hostname = "appc256"
luster_username = "gpuuser"
luster_keyfilename = "/home/gpuuser/.ssh/id_rsa"
default_path_ntcap_iq_label="RSA01(NAS):"
default_path_ntcap_iq = "/mnt/ntcap-data2/G22-00018_00203/data/analyzers/RSA01"
default_path_luster_iq_label="RSA01(luster):"
default_path_luster_iq = "/data.local/G22-00018_00203/data/analyzers/RSA01"
synced_files_iq = "synced_files_rsa01.txt"
synced_files_iq_end = ".tiq"
default_path_ntcap_sc_label="RSA02(NAS):"
default_path_ntcap_sc = "/mnt/ntcap-data2/G22-00018_00203/data/analyzers/RSA02"
default_path_luster_sc_label="RSA02(luster):"
default_path_luster_sc = "/data.local/G22-00018_00203/data/analyzers/RSA02"
synced_files_sc = "synced_files_rsa02.txt"
synced_files_sc_end = ".tiq"
|
|
# Config file for the multiprocessing looper script
[paths]
monitor_dir = "/data.local/G22-00018_00203/data/analyzers/RSA01"
output_dir = "/data.local/G22-00018_00203/results/analyzers/RSA01"
state_file = "/data.local/G22-00018_00203/scripts/e0018_e0203_scripts/processed_files_rsa1.pkl"
[processing]
num_cores = 12
interval_seconds = 0.5
file_ready_seconds = 0.5
[analysis]
nframes = 80
lframes = 131072
navg = 4
zzmin = 0
zzmax = 1e6
mask = false
dbm = false
todo = ['spectrogram'] # choose any of or combination 'png', 'spectrum', 'spectrogram'
|
|
# Config file for the multiprocessing looper script
[paths]
monitor_dir = "/data.local/G22-00018_00203/data/analyzers/RSA02"
output_dir = "/data.local/G22-00018_00203/results/analyzers/RSA02"
state_file = "/data.local/G22-00018_00203/scripts/e0018_e0203_scripts/processed_files_rsa2.pkl"
[processing]
num_cores = 12
interval_seconds = 0.5
file_ready_seconds = 0.5
[analysis]
nframes = 80
lframes = 131072
navg = 4
zzmin = 0
zzmax = 1e6
mask = false
dbm = false
todo = ['spectrogram'] # choose any of or combination 'png', 'spectrum', 'spectrogram'
|