added several scripts

This commit is contained in:
gac-furka
2025-03-31 10:56:04 +02:00
parent f51e97445c
commit 1c6faac2ea
15 changed files with 1389 additions and 0 deletions

42
LCO_RIXS.py Normal file
View File

@ -0,0 +1,42 @@
#%run -i ./LCO_RIXS.py
import time
# RIXS scans on different samples
## LSAT(001)
#TY.set_target_value(-1.5).wait()
#scan.scan1D(mono_new,778,786,0.5, 20000, "Emap_LCO_001_25K_LH", return_to_initial_values=True)
## LSAT (111)
#TY.set_target_value(2.5).wait()
#scan.scan1D(mono_new, 778,786,0.5, 20000, "Emap_LCO_111_25K_LH", return_to_initial_values=True)
## CoO
#TY.set_target_value(1.0).wait()
#TX.set_target_value(-3.5).wait()
#scan.scan1D(mono_new, 777,786,0.5, 20000, "Emap_CoO_25K_LH", return_to_initial_values=True)
### run these at 779.5 eV (first go to 778.0 then 779.5 eV)
## LSAT(111)
TY.set_target_value(2.5).wait()
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
#3 LSAT(001)
TY.set_target_value(-1.5).wait()
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)