microscope-cockpit / cockpit

Cockpit is a microscope graphical user interface. It is a flexible and easy to extend platform aimed at life scientists using bespoke microscopes.
https://microscope-cockpit.org
GNU General Public License v3.0
35 stars 26 forks source link

SIM experiment is using the longest wavelength to set the SIM patterns #888

Closed juliomateoslangerak closed 6 months ago

juliomateoslangerak commented 6 months ago

Looking into the code of structuredIllumination.py I realized that the experiment is only taking the longest wavelength to send to the SLM for SIM pattern generation. Did I get this wrong? Is there a particular reason for this?

iandobbie commented 6 months ago

Hi Julio

That should only be in simultaneous mode. Certainly on the Diamond CryoSIM it generates different stripe widths for different wavelengths.

Ian Sent from my iPhone

On 22 Dec 2023, at 04:04, Julio Mateos Langerak @.***> wrote:



Looking into the code of structuredIllumination.py I realized that the experiment is only taking the longest wavelength to send to the SLM for SIM pattern generation. Did I get this wrong? Is there a particular reason for this?

— Reply to this email directly, view it on GitHubhttps://github.com/microscope-cockpit/cockpit/issues/888, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABJTBBIJJ4JDJEHJFA56CVTYKVEIFAVCNFSM6AAAAABA7RNQZWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TGNRQHA2DCNA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

juliomateoslangerak commented 6 months ago

Right, I looked back and this is in the simultaneous mode. Sorry.

Closing