-
Notifications
You must be signed in to change notification settings - Fork 25
UDP ephys #783
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
base: iblrigv8
Are you sure you want to change the base?
Conversation
c9bc812 to
51d3a20
Compare
|
Changes unknown |
oliche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be nice to add one line to the documentation so that users are aware of this feature.
Also if it is there I would probably test it next time I have to perform a recording with some researchers here in Lisbon !
Here is the UDP function for the ephys rig. It should work by calling prepare_ephys_session with the service-uri arg. Please double-check the behaviour of the abort process: when a user types 'abort' the local raw_ephys_data folder is removed (raises if not empty), followed by the remote experiment description stub and status files. The user is then prompted on whether to remove the empty local session folder. If they type yes (default: no), the local session folder is removed. The remote session folder is left untouched and the transfer_me.flag is not created.
I have not tested this with multiple chained protocols and am simply mocking the UDPs from a behaviour rig.