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

change(dataloader): concat_signal with mothers option to prevent buds

appearing twice in dataframe
parent 74a34bd5
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,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