Timer feature for recording start/stop? #34
Replies: 1 comment 2 replies
|
Hi @mccarthy-jm, This is a good idea but I don't think I am likely to have time to implement it in the near future. I have created an issue (#35) to keep a record of it. However there are some existing options that might enable you to achieve what you need in terms of tracking activity over long time periods while minimising photobleaching. Firstly, could you reduce the sampling rate of the data acqusition? In the pulsed acqusition modes, each LED is only turned on for ~1ms each time a sample is aquired, so by reducing the sampling rate you proportionally reduce the average light intensity and hence photobleaching. Second, it is possible to control the acqusition board directly from a python script without using the GUI, for an example of how to do this see acquisition_board_example.py. It should be pretty straightforward to modify this script to do sheduled recordings, e.g. recording 5 minutes every hour, and you could also plot the activity aquired in each run as the Acqusition_board.process_data method that is used in the script can return the signals for plotting. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I frequently do multi-hour overnight recordings, and would love to be able to set pyPhotometry to start/stop automatically to minimize photobleaching over the course of a multi-day experiment. Are there any plans to add a timer feature for starting and ending acquisition?
Thanks,
Jordan
All reactions