-
Notifications
You must be signed in to change notification settings - Fork 27
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
As the display time extends, the image turns white. #34
Comments
Heat is generated by 3 parts of the miniscope circuitry, the excitation LED driver, the image sensor, and the serializer. Decreasing LED brightness and reducing frame rate will decrease the amount of current that they consume and thus the amount of heat they need to dissipate. Heat will increase the noise in the image sensor, which likely explains the "brightening" you're observing. (It can also potentially decrease the excitation brightness, which has the opposite effect.) In the case of cellular-level calcium imaging, field-wide trends like this should be pulled out prior to df/F calculation, but, as with photobleaching (which has the opposite effect), one should take this into account in analysis. This is a much bigger issue if you're trying to image bulk signals, but in that case, there is also a concern for hemodynamic contamination, which the single-wavelength v4 is not designed account for. |
Thanks for your answer; we'll test the way of reducing frame rate. If there is a better solution in the future, please let us know. |
Indeed the issue is related to higher temperature.
On designing the experiment, one may consider warm LED up to thermal equilibrium first to avoid LED related brightening. But the dark current on the sensor should be avoided by cooling, or reduce frame rate as suggested by ckemere. |
Hi,there.
Thank you very much for the open source material,these are very good projects.
We found a small problem of the miniscope. The setting parameters remain the same, but with the increase of the display time, the displayed image becomes whitish (the image displayed after ten minutes is brighter than the image just after power-on).
The display effect is as follows,(Using ImageJ, the third image is the image ten minutes later subtract the image ten minutes earlier)
My guess is that the heat of the serializer that affects some chips (such as power chip U8_TLV7103318DSER, L4_BLM15HD102SN1D or L5_ADL3225V-470MT-TL000). but I'm not sure.The deserializer chip of DAQ don't get as hot as the serializer chip of miniscope.Probably because the DAQ board dissipates heat better.Moving the affected chip away from the serializer may be an option.
We dissipate heat on the serializer of Miniscope (using a very heavy copper heatsink), and there is basically no difference in brightness. The effect is as follows:
Do you have any suggestions? The whitening problem of the image currently affects the imaging effect.
The text was updated successfully, but these errors were encountered: