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
And - ideally - find a better solution perhaps derived from the load before heat death fixes perhaps with a neat way of having per-experiment wavelengths.
The text was updated successfully, but these errors were encountered:
I was thinking about Graeme's suggestion of using the format_kwargs as a solution to the blocker encountered in dials/dials#2273.
I think this is how such a solution might look: main...jbeilstenedmands:dxtbx:lazy_restructure
Basically the formats that are currently lazy should check for a lazy= kwarg, (with a default of True), removing the need to inherit from FormatMultiImageLazy.
The benefit here over the current approach is that it allows one to switch on/off the lazy behaviour for a given format class by supplying format_kwargs (for example in a call to the make_imageset, make_sequence methods of ImageSetFactory. Currently lazy is forced to be True for classes that inherit from FormatMultiImageLazy, which then puts restrictions on the underlying imageset datastructures.
And - ideally - find a better solution perhaps derived from the load before heat death fixes perhaps with a neat way of having per-experiment wavelengths.
The text was updated successfully, but these errors were encountered: