Skip to content
Snippets Groups Projects
Commit d4469c5c authored by Alán Muñoz's avatar Alán Muñoz
Browse files

cleanup

parent 76b2ad73
No related branches found
No related tags found
No related merge requests found
......@@ -38,14 +38,7 @@ class Signal(BridgeH5):
def __getitem__(self, dsets):
# if isinstance(dsets, str) and dsets.endswith("imBackground"):
# df = self.get_raw(dsets)
if (
isinstance(dsets, str)
and dsets.endswith("imBackground")
# or dsets.startswith("postprocessing")
# or dsets.startswith("/postprocessing")
):
if isinstance(dsets, str) and dsets.endswith("imBackground"):
df = self.get_raw(dsets)
elif isinstance(dsets, str):
......
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