Conversation
even though the flag is set to false
The existing code isn't a bug, it's the intended behavior. As the name suggests, that option is only relevant when the object is multislice. If it is multislice and this option is True, it calculates the step sizes jointly. For single-slice object, it is supposed to always calculate object and probe sizes jointly. This is also consistent with the logic in PtychoShelves. Any particular reason you want to calculate object/probe steps independently for single-slice? |
…etaining default behavior
|
Ok, fair enough. I split the option into |

Just a quick bugfix in LSQML that causes the use of joint obj and probe step length calculation even if we set the flag to true telling it to use independent step length calculation