You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining the parameters with @romainGuiet for a theoretical LISH PSF, we can decide on the lightheet illumination direction, for example here as From bottom
But whatever value we set, it gets recorded as 0.000 in the parameters template that is sent to HuCore.
Moreover the parameter "from left|right|top|bottom" gets reset to from right each time we try to edit a previous template, meaning that it does not get recorded in HRM either...
The text was updated successfully, but these errors were encountered:
This SPIM Direction is represented in various ways throughout the HRM and I suspect the translation utility could have broken without us noticing recently (as it has a few fallbacks that make it never return errors).
I currently don't have a debugging setup for the HRM running, I hope to have time to set this up and investigate more within a week.
A link to the function using the utility I suspect (probably linked here only for my own convenience):
I found out the translation from the mysql database to the GUI and to the Huygens template both went wrong. I think I fixed it in the latest commit in the devel branch (1309394).
I have no clue how this ever would have worked correctly.
When defining the parameters with @romainGuiet for a theoretical LISH PSF, we can decide on the lightheet illumination direction, for example here as
From bottom
But whatever value we set, it gets recorded as 0.000 in the parameters template that is sent to HuCore.
Moreover the parameter "from left|right|top|bottom" gets reset to
from right
each time we try to edit a previous template, meaning that it does not get recorded in HRM either...The text was updated successfully, but these errors were encountered: