History of test

When Where Devices Notes Test log
20140518 LBT PockelsCell2, PockelsCell3, PockelsCell4 Ozone problem discover PockelsCellTest
20141015 MPE PockelsCell2, PockelsCell3, PockelsCell4 After refurbishment MpeTest20141015
20141102 LBT PockelsCell2, PockelsCell3, PockelsCell4 ES, IS and CU comparison DayTime20141102
20141104 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20141104
20141107 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20141107
20141124 LBT PockelsCell2, PockelsCell4 IS DayTime20141124
20141126 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20141126
20141202 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20141202
20150205 OAA PockelsCell5 IS http://aowiki.arcetri.astro.it/ARGOS/Diary20150205
20150219 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20150219
20150225 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS NightTime20150225
20150226 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS NightTime20150226
20150312 OAA PockelsCell5 ES http://aowiki.arcetri.astro.it/ARGOS/Diary20150312
20150320 OAA PockelsCell5 IS http://aowiki.arcetri.astro.it/ARGOS/Diary20150320
20150401 OAA PockelsCell140, PockelsCell141, PockelsCell147 IS http://aowiki.arcetri.astro.it/ARGOS/Diary20150401
20150410 OAA PockelsCell140, PockelsCell141, PockelsCell147 IS http://aowiki.arcetri.astro.it/ARGOS/Diary20150410
20150423 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20150423
20150629 LBT PockelsCell2, PockelsCell3, PockelsCell4 IS DayTime20150629
20150819 LBT PockelsCell141, PockelsCell144, PockelsCell147 IS DayTime20150819
20150820 LBT PockelsCell141, PockelsCell144, PockelsCell147 IS DayTime20150819
20151016 LBT PockelsCell141, PockelsCell142, PockelsCell143, PockelsCell144, PockelsCell145, PockelsCell147 IS DayTime20151016
20151208 LBT All IS DayTime20151208
20200310 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime20200310
20200609 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime20200609
20210208 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime Log 2021-02-08
20210615 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime Log 2021-06-15
20210628 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime Log 2021-06-28
20210917 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime Log 2021-09-17
20211001 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS (bad results) DayTime Log 2021-10-01
20211008 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS DayTime Log 2021-10-08
20211015 LBT SX LGSW PockelsCell141, PockelsCell142, PockelsCell143 IS (bad results) DayTime Log 2021-10-15
ES= External laser Source at 532nm (polarized), IS = Internal broadband LED Source, CU = Calibration Unit narrowband LED source

HowTo Pocket cells transmission check.

Procedures

  1. Bring the corresponding LGSW system all the way up to "READY_TO_CALIBRATE_ON_INTERNAL SOURCE" from the Arbitrator GUI:
    • Check that all processes are up and running on monit.
    • Put LAS and LAN in simulation (AARB GUI > Expert tab > Commissioning tab).
    • Power Up > Set Up > Start Up
    • Select "Internal diodes" as Light source. Click Apply. (This will turn on the internal diodes sources at 0.1 A).
    • Open CCD Viewer. Check that spots are visible.
    • Click "Prepare".
  2. Select the corresponding Pupil Motors positions ( Internal diodes ) using the LGSW LAB GUI, tab "Motors" and apply by pressing "Move All Absolute" for each pupil. NOTE: Also, it can be used another source.
  3. Check that pupils are properly aligned with the sub-apertures in CCD Viewer. Adjust if needed.
    • SX: [360, 380]; [350, 400]; [640, 380]
    • 2021-06-15;SX:[],[],[]
Start argos_dx_terminal or argos_sx_terminal

from argos.lgsw.tools.pockels_cells_transmission import PockelsCellTransmission
pct= PockelsCellTransmission(argos)
snapshotTagList=pct.acquireDataForComputeTrasmission(0.5, 2.0, 4, 'PCT')
print(snapshotTagList)

To analyze data open argos_dx_snapshot_analyzer or argos_sx_snapshot_analyzer .

argos-python_analyser.png
from argos.snapshot.analyzer.analyzer_set import Sandbox
ds=terminal.set(<firstSnapshotTag>, <lastSnapshotTag>)
sbox=Sandbox(ds)
res= sbox.computeTrasmission()
map= sbox.computeTrasmissionPerSubap()

Understanding the results:

  • Plot (left side): Average supression rate should be >100 for each cell.
  • Map (right side): All subaps must have >70-80 suppression.
Example:

Screen Shot 2020-09-17 at 3.42.58 PM.png

-- LorenzoBusoni - 04 Nov 2014
Topic revision: r37 - 19 Oct 2022, JuanCarlosGuerra
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback