PyPhotometry 2 and Doric cube Gen3 #29
|
Hi everyone, I'm setting up a photometry rig with the new pyPhotometry v.2 and Doric Gen3 in the 2EX_1EM_pulsed mode. I'm getting low SNR and trying to troubleshoot. Would really appreciate if anyone has any experience with the following questions:
Many thanks and really appreciate any insight :) |
Replies: 2 comments 1 reply
|
Hi @AtMostafa , The Gen3 minicubes have neutral density filters in user accessible trays on the bottom of the cube which block 90% of the excitation light. For use with pyPhotometry you probably want to remove these filters, because pyPhotometry uses pulsed illumination which requires higher LED-on light intensities (though the average light intensity is low as the led is off most it the time). To measure the light power at the fiber tip use the 2EX_2EM_continuous acquisition mode such that that LED is on continuously not pulsed. You can use the current released version of the GUI with the gen3 minicubes but the actual led current will be 3x higher than shown in the GUI. The latest version in the dev branch let's you specify which board you are using and the led currents match the GUI values. The .ppd data format has changed in the dev branch version of the GUI, but the new version of the import_ppd function in data_import.py file in the dev branch handles both old and new ppd files. Best, Thomas |
|
Thanks Thomas for the prompt answer. I'll remove the filters then. I assume it is fine to leave the space empty?! (apologies, I haven't seen the inside of these cubes). |
Hi @AtMostafa ,
The Gen3 minicubes have neutral density filters in user accessible trays on the bottom of the cube which block 90% of the excitation light. For use with pyPhotometry you probably want to remove these filters, because pyPhotometry uses pulsed illumination which requires higher LED-on light intensities (though the average light intensity is low as the led is off most it the time).
To measure the light power at the fiber tip use the 2EX_2EM_continuous acquisition mode such that that LED is on continuously not pulsed.
You can use the current released version of the GUI with the gen3 minicubes but the actual led current will be 3x higher than shown in the GUI. The latest versio…