Closed tzlohn closed 4 years ago
There are a few issues here, I cannot merge as-is.
from PyQt5 import QtCore, QtGui, QtWidgets, sip
in multicolor_acquisition_wizard.py
-> what is sip good for here?demo_config.py
should not be changedto_scan
-Flag in acquisitions.py
and there are tons of issues with it:
not to scan
- should there be a warning? not to scan
set to false
) - it is not documented / immediately obvious which way around this is. Shoudn't it be the other way around? not to scan
-selection in the smart tiling window is not transferred to the acquisiton manager tableIn general, I would say:
mesoSPIM-control
needs better tiling support and shows some steps in the right direction, ideally with some kind of tiling planning window.
Hi Fabian,
I add a new function called "smart tiling". It is in the check tiling page in the tiling wizard. Actually, it is not the "smart" as people conceive now, it just allows users to select tiles that don't have interesting information, so during the tile scanning, these tiles can be skipped.
The other function I added is about a self-determination function of illumination sides in tiling wizard. The idea is that if the zero position of x is put in a line, where the traveling distances of light from left and right side are identical, then the wizard can determine whether the sample should be illuminated from left or right or both side depends on the position of the tile relative to the sample. You can find this choice in the shutter combobox in the general parameters page.
About your comment from last pull request, here is my reply: 1) Now I merge to the dev-better-tiling-wizard, should be fine now. 2) The offset and overlap problem was solved in your original commit of dev-better-tiling-wizard 3) It just offers 6 options now. This 3-combobox interface is similar to what LaVision used, that is the reason I use it. It is easier for users in our lab to understand it. To prevent the confusion you mentioned, I changed the name of the button. 4) Agree. I still have something to add on, we can do it together after that.
One more question, there is a branch about auto-focus. I would like to ask what is the progress of the branch? I would also like to add a function of autofocus in the software, and maybe another function for an automatic search for the ETL parameters.
Tzu-Lun