Skip to content
Snippets Groups Projects
Commit c50a8dee authored by pswain's avatar pswain
Browse files

Merge branch 'master' of https://git.ecdf.ed.ac.uk/swain-lab/wela

parents 408cf639 82e9670b
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,9 @@ class dataloader:
):
print(" " + sigpath)
# load all cells
record = grouper.concat_signal(sigpath, cutoff=0)
record = grouper.concat_signal(
sigpath, cutoff=0, mode="mothers"
)
# keep cells only in key_index
new_record = self.get_key_cells(record, key_index)
# interpolate to remove internal NaNs for signals from mothers
......
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