Correctly scaling ETMX L3 suspension channels
This makes a simple change on line 45 from an if to an elif. The saturation followup was ignoring the ETMX L3 channel check because the else statement only applied if the channel was not one of the 16-bit channels (introduced in a recent merge).
Before: https://ldas-jobs.ligo-wa.caltech.edu/~lockloss/events/1250/913231/saturations_WIDE.png
After: https://ldas-jobs.ligo-wa.caltech.edu/~yannick.lecoeuche/events/1250/913231/saturations_WIDE.png
I also took the opportunity to make some changes consistent with PEP-8 styling.
Closes #109 (closed)
Edited by Yannick Lecoeuche