use the command mapper to generate event keys

This commit is contained in:
Jakob Ketterl
2020-04-02 00:10:28 +02:00
parent d9e15357f3
commit 112eda2021
6 changed files with 4 additions and 29 deletions

View File

@ -29,11 +29,3 @@ class PerseussdrSource(DirectSource):
"wideband": Option("-w"),
}
)
def getEventNames(self):
return super().getEventNames() + [
"attenuator",
"adc_preamp",
"adc_dither",
"wideband",
]