laue_dials.utils namespace
Submodules
laue_dials.utils.matching module
- laue_dials.utils.matching.laue_version()[source]
Print the versions of DIALS and laue-dials packages.
This function retrieves the versions of the DIALS and laue-dials packages and prints them to the terminal.
- Parameters:
None
- Returns:
None
- laue_dials.utils.matching.split_stills_by_image(expts, refls)[source]
Splits the data into lists ordered by image.
This function takes the ExperimentList and reflection_table provided and returns two lists. The first list contains ExperimentList objects for each image in the order of existence in the input object, and the second list contains corresponding reflection_table objects, including any unindexed reflections.
- Parameters:
expts (dxtbx.model.ExperimentList) – Input ExperimentList to split by image.
(dials.array_family.flex.reflection_table (refls) – Input reflection_table to split by image.
- Returns:
Output ExperimentList split by image. new_refls (dials.array_family.flex.reflection_table : Output reflection_table split by image.
- Return type:
new_expts (dxtbx.model.ExperimentList)