Skip to content
Snippets Groups Projects
Commit ec39a803 authored by Lee McCuller's avatar Lee McCuller Committed by Lee McCuller
Browse files

fix for defaulting on Squeezer.Readout

parent e23ca409
No related branches found
No related tags found
1 merge request!22modified quantum to ready for QN2mode
......@@ -76,7 +76,7 @@ def shotrad(f, ifo):
# Homodyne Readout phase
eta_orig = ifo.Optics.get('Quadrature', Struct()).get('dc', None)
ifoRead = ifo.Squeezer.get('Readout', None)
ifoRead = ifo.get('Squeezer', Struct()).get('Readout', None)
if ifoRead is None:
eta = eta_orig
if eta_orig is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment