I made a GUI for ISC quadrants, which can be used to monitor DC and RF signals, and to tune demodulation phases (see ISCquadrants.png).
The latest stable version live in /virgoDev/PyIscGui/.
You can open the GUI by> python ISCquadrants.py
Details:
- For quadrants, there are _phi0 channels to rotate I and Q both in the suspended bench and ASC.
- "datadisplay" buttons show the data display which can be used to tune demodulation phases. The configuraton file for the data display live in /olusers/virgorun/ISC/dataDisplay. "datadisplay 1" for QD1 and "datadisplay 2" for QD2.
- Some of _phi0 channels in ASC were not stored, so I added the following channels in the last line ACL_DAQ_FILTER (line 511) in ASC_Acl.cfg.B1p_QD1_H_56MHz_phi0 B1p_QD1_V_56MHz_phi0 B1p_QD2_H_56MHz_phi0 B1p_QD2_V_56MHz_phi0
B4_QD1_H_56MHz_phi0 B4_QD1_V_56MHz_phi0 B4_QD2_H_56MHz_phi0 B4_QD2_V_56MHz_phi0
B2_QD1_H_8MHz_phi0 B2_QD1_V_8MHz_phi0
- Channels for quadrants are made symmetric and it was very easy to make a GUI
.
- Currently, B1p QD2 56MHz, B2 QD2 8MHz, B5 QD2 56MHz, B5 QD2 norm, B5 QD2 56MHz are used (see ASC sensing matrix). There are no ASC channels for B2 6MHz and B5 6MHz.
Some updates:
- Now the launcher screen for ISC is available (Launcher.py; see Launcher.png).
- Now you can shrink the screens and they will be scrollable (something like this).