Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Update file panel_spect_autocorr.py

Closed arrell_c requested to merge arrell_c-arrell_c-main-patch-a5bc-patch-a008 into main
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -26,7 +26,15 @@ SPECT_DEV_CONFIG = {
"SARFE10-PSSS059": {"motor": "SARFE10-PSSS059:MOTOR_Z5", "from": -0.1, "to": 0.1, "step": 0.01},
"SARFE10-PSSS059-LB": {"motor": "SARFE10-LMOT-MLB_FOCUS:MOT", "from": 2.4, "to": 2.6, "step": 0.01},
"SATOP21-PMOS127-2D": {"motor": "SLAAT-GSLENS0:SET_CTS_POWER","from": 0.9, "to": 1, "step": 0.01,},
"SATOP31-PMOS132-2D/test": {"motor": "SLAAT-GSLENS1:SET_CTS_POWER2","from": 0.4, "to": 0.6,"step": 0.01},}
"SATOP31-PMOS132-2D/camera_focus": {"motor": "SLAAT-GSLENS1:SET_CTS_POWER","from": 0.4, "to": 0.6,"step": 0.01},
"SATOP31-PMOS132-2D/G_radius": {"motor": "SATOP11-OSGM087:G_RADIUS","from": 5, "to": 20,"step": 0.5},
"SATOP31-PMOS132-2D/M_curvature": {"motor": "SATOP11-OSGM087:M_CURVATURE","from": -0.1, "to": 0.1,"step": 0.01},
"SATOP31-PMOS132-2D/OAPU_vert_pos": {"motor": "SATOP11-OAPU089:MOTOR_Y","from": -7, "to": -1,"step": 0.05},
"SATOP11-PSAS079/crystalY": {"motor": "SATOP11-PSAS079:MOT_DDC_Y","from": -160, "to": -150,"step": 1},
"SATOP11-PSAS079/crystalRX": {"motor": "SATOP11-PSAS079:MOT_DDC_RX","from": -1, "to": 1,"step": 0.1},
"SATOP11-PSAS079/cameraY": {"motor": "SATOP11-PSAS079:MOT_DDCAM_Y","from": -130, "to": -115,"step": 1},
"SATOP11-PSAS079/gratingZ": {"motor": "SATOP11-PSAS079:MOT_UG_Z","from": -1, "to": 1,"step": 1},
}
def _make_arrays(pvs, n_pulses):
Loading