-
|
Right now, I am using a Hamamatsu Spatial Light Modular. According the variance of the wavelength, I should modify the input signal level for2π modulation. I do not find the API in the slmsuite package for the Hamamatsu instrument. Could anyone can help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Junxin25 ,
What is the model number for your Hamamatsu SLM? In slmsuite there are two options for control:
If you operating wavelength is different from the wavelength the SLM was designed for, you can compensate for this by setting Let me know if this solves your issue! |
Beta Was this translation helpful? Give feedback.
Hi @Junxin25 ,
What is the model number for your Hamamatsu SLM? In slmsuite there are two options for control:
ScreenMirroredinterface.HamamatsuUSB interface.If you operating wavelength is different from the wavelength the SLM was designed for, you can compensate for this by setting
wav_umandwav_design_umrespectively. (see this link). I don't…