Skip to content
Snippets Groups Projects
Commit 90c6aaf5 authored by Timothy O'Hanlon's avatar Timothy O'Hanlon
Browse files

Fixed error in LPY not accounting for the coil gains for LLO

parent 68b162c5
No related branches found
No related tags found
No related merge requests found
Pipeline #601510 passed
......@@ -126,7 +126,7 @@ def channel2lpy_coeffs(channel):
"""
lpy_map = {}
optic, stage, corner = extract_sus_channel(channel)
if optic in ['ETMX', 'ETMY', 'ITMX', 'ITMY']:
if stage in ['M0']:
F2_gain = -1
......
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