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
Execution time of util.list_orientation_runs() is proportional to catalog size. On one workstation, 10 runs/second is typical since this code must be executed for every run to be checked:
Significant optimization is possible by adding a key to the start document metadata that describes if orientation info is available and for what geometries. A use_md_key=True kwarg (default) to util.list_orientation_runs() would support the new key. Old-style search would still be possible by setting use_md_key=False.
The text was updated successfully, but these errors were encountered:
Execution time of
util.list_orientation_runs()
is proportional to catalog size. On one workstation, 10 runs/second is typical since this code must be executed for every run to be checked:hklpy/hkl/util.py
Lines 306 to 315 in f91c18d
Significant optimization is possible by adding a key to the start document metadata that describes if orientation info is available and for what geometries. A
use_md_key=True
kwarg (default) toutil.list_orientation_runs()
would support the new key. Old-style search would still be possible by settinguse_md_key=False
.The text was updated successfully, but these errors were encountered: