Closed agruzinov closed 5 months ago
What is the problem exactly with the red boxes?
I found a bug in Beamline.py that changed osc_start form 0.0 to None - I shall put in a fix for that ASAP. Might that solve some of these problems??
I guess it is the same bug in the Beamline.py This might be it.
Red boxes are fixed after merging of mxcubecore:#861 indeed, so after all I've started another more cleaner PR #459.
Substituted by PR#459. Closing.
Another round of update to the latest develop. Main add is in confirm_dilalog.py to show N/A in case some of the acquisition parameters are not properly initialized. It helped to track the bug in core in Beamline.py where osc_start was initialized almost always to the "None" because in the beamline_config.yml osc_start was set to 0.0. Changing it to the 0.001 was fixing the problem.
This has also fixed the "red" None value bnox for osc_start in Characterization tab.
BeamSize display was added by Bixente.