diff options
author | Thomas White <taw@physics.org> | 2022-10-05 15:57:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-10-05 15:57:11 +0200 |
commit | bc70fa1a15da172172a97a097de9141b97e3a9e2 (patch) | |
tree | 15865b7de5ffe603ce58e32e236c1fe460027342 /doc | |
parent | 862fa2485c77611532d21e18c92595b34f767ff7 (diff) | |
parent | 46d4aab96fd1703a0c4d7ea36b6c1cfd315857d9 (diff) |
Merge branch 'pf8_faster'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/articles/speed.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/articles/speed.rst b/doc/articles/speed.rst index b63e6164..9962c07f 100644 --- a/doc/articles/speed.rst +++ b/doc/articles/speed.rst @@ -132,3 +132,13 @@ you limit the resolution at the integration stage, the number of reflections to be integrated will be much smaller, which can lead to a significant speed improvement. However, the ``--push-res`` value that you use for merging must be smaller than the value used for integration. + + +Use a static detector geometry +============================== + +CrystFEL geometry files allow some aspects of the geometry to come from the +data files, such as the panel z-positions ("clen"/camera length) and overall +detector shifts. If you can instead give fixed numerical values for +everything, then some parts of CrystFEL can prepare calculations in advance. +In some cases, this can make a significant speed improvement. |