Closed rat-h closed 7 months ago
Hi @rat-h
This is something that is not implemented yet, but I agree would be super useful.
What about having a recording/sorting.get_parent()
? This could be automatically implemented by all preprocessors/slicing/ etc.
Sometimes it is several parents!
@alejoe91 @samuelgarcia That is exactly what I was looking for! Perfect! Thank you :)
@rat-h this is not implemented yet. Just made a PR!
Note: this only works with parents that are single objects. The concatenate_recordings
/aggregate_sortings
, etc. will not have this functionality
The pipeline
The last class gets
BaseRecording
after (1) and usesget_traces
to compute a spike "fingerprint". Unfortunately, preprocessing removes something we are looking for. Would it be possible toget_traces
from the original Binary File without reloading it and creating an additionalBaseRecording
object?In other words, is there something like that