-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autoextractor for sorting does not accept positional argument for get_unit_spike_train #11
Comments
PS: The same is the case for |
I agree with Matthias on this one that it should probably take in positional arguments since it would be more consistent with spikeextractors. Also, do you think we should make the machinery of the autorecording extractor a part of spikeextractors? @magland |
Yes I agree. We definitely want to conform with the requirements of SpikeInterface. I think AutoRecordingExtractor could eventually go into SpikeExtractors, but we need to think about it some more... right now, this AutoRecordingExtractor has functionality that is very specific to spikeforest, so one might call it SFRecordingExtractor. But the idea is a powerful one -- just point it to some data and the extractor figures out how to read it. |
Yes, I agree with both those points. Maybe you can fix the positional argument thing @magland and I can look at the AutoRecordingExtractor to see what can be translated over! |
@mhhennig @colehurwitz |
Awesome! I think this issue is obsolete then. We can maybe leave it up so we remember about transferring the autoextractors over at some point. |
I'll close it in a few days - once we are sure it is fixed and that there are no unexpected consequences. |
This breaks compatibility with several functions in spikeinterface, where the unit_id is given as a positional argument. Could it be changed?
The text was updated successfully, but these errors were encountered: