Skip to content

Fix minor issue when only one DARM digital filter bank is used

Evan Goetz requested to merge evan-goetz/pydarm:fix-digital into master

@joseph-betzwieser pointed out that when only one DARM digital filter bank is used (like at L1), there is a problem with indexing the filter banks. This update fixes the issue and does something similar to what we're already doing for the sensing paths. Digital filter bank names should be a list of strings, modules in use need to be a list of lists, and gains need to be a list.

Merge request reports

Loading