Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | Draw attention to the need for separate Mille dirs for cluster jobs | Thomas White | |
2024-01-12 | Update docs about --max-mille-level. | Thomas White | |
2023-12-22 | indexamajig: Add --asapo-consumer-timeout | Thomas White | |
This also reduces the default timeout to 500 ms. | |||
2023-12-22 | indexamajig: Add --no-data-timeout | Thomas White | |
2023-10-16 | indexamajig(1): Correct an untruth about --peakfinder8-fast | Thomas White | |
2023-09-21 | Update manual pages | Thomas White | |
2023-09-20 | crystfel_geometry(5): Convert to Markdown and re-structure | Thomas White | |
Still some work to be done here, but it's already an improvement. | |||
2023-09-20 | indexamajig: Add --mille-dir | Thomas White | |
2023-09-20 | Add manual page for align_detector | Thomas White | |
2023-09-18 | indexamajig: Add documentation for --mille | Thomas White | |
2023-09-18 | indexamajig: Add missing documentation for --indexing=file | Thomas White | |
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/85 | |||
2023-09-18 | Convert indexamajig(1) manual page to Markdown | Thomas White | |
2023-09-12 | adjust_detector(1): Fix typos | Thomas White | |
2023-09-01 | Manual page for adjust_detector (using Pandoc) | Thomas White | |
2023-07-11 | partialator: Add --unmerged-output | Thomas White | |
2023-06-01 | indexamajig: Add --asapo-output-stream (hits only) | Thomas White | |
2023-05-02 | indexamajig: Add --cpu-pin | Thomas White | |
Similar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot. | |||
2023-05-02 | Remove pattern_sim and partial_sim | Thomas White | |
Use of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81 | |||
2023-04-20 | compare_hkl: Recognise --fom=cc*, cc1/2 and cchalf | Thomas White | |
2023-04-20 | indexamajig(1): Mention "nproc" | Thomas White | |
2023-03-01 | Remove vestigial geoptimiser stuff | Thomas White | |
2023-02-20 | Fix small manual problems | Thomas White | |
2023-02-17 | indexamajig(1): Update text and fix untruths | Thomas White | |
2023-02-09 | pattern_sim: Fix up behaviour after DataTemplate | Thomas White | |
Analogous fixes to those done for partial_sim in 0effb5f83daf0317aa97a1cd10e7708551a25201. | |||
2023-02-09 | partial_sim: Fix up behaviour after DataTemplate | Thomas White | |
It's been broken for a long time. Now, at least it does what the documentation says it does. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/78 | |||
2023-02-08 | crystfel_geometry(5): Add missing documentation for 'bandwidth' | Thomas White | |
2022-12-07 | crystfel_geometry(5): Add a missing equals sign | Thomas White | |
2022-11-08 | indexamajig: Add --cell-parameters-only | Thomas White | |
2022-09-21 | indexamajig(1): Add --asdf-fast | Thomas White | |
2022-06-23 | indexamajig: Add --asapo-wait-for-stream | Thomas White | |
2022-06-02 | indexamajig: Add --asapo-stream | Thomas White | |
2022-06-02 | Seedee deserialization | Thomas White | |
2022-06-02 | indexamajig(1): Mention ASAP::O | Thomas White | |
2022-06-02 | Update indexamajig(1) to say that things also refer to --peaks=msgpack | Thomas White | |
2021-11-25 | partialator: Handle spaces in custom split file | Thomas White | |
The csplit format is ambiguous when the filenames contain spaces. To make things a bit clearer, the file now requires the fields to be separated by exactly one space rather than any number of tabs/spaces. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/55 | |||
2021-10-28 | Add 'mask_panel_edges' to geometry file | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/27 | |||
2021-10-26 | Remove detector rail direction altogether | Thomas White | |
This got missed out by accident in the conversion to DataTemplate, but absolutely no-one noticed. In the meantime, my views on how the geometry files should work have changed somewhat. I don't want to maintain the extra complexity here when it isn't even clear that it will eliminate the need to re-refine geometry for each camera length. This commit just takes the rail direction stuff out of the documentation and the geometry file parser. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/50 | |||
2021-10-20 | Add "plain" MTZ file layout, distinct from "Bijvoet" layout | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52 | |||
2021-09-17 | indexamajig: Add --data-format | Thomas White | |
2021-08-12 | Updates for manual pages | Thomas White | |
2021-07-23 | partialator: Add --log-folder | Thomas White | |
2021-07-05 | indexamajig(1): Clarify --min-peaks default value | Thomas White | |
2021-05-05 | indexamajig: Add --zmq-request | Thomas White | |
This (re-)adds the ability to get data via a request/reply socket. See afcb7b568947c for when it was removed. | |||
2021-04-27 | Mass update of copyright dates in manpages | Thomas White | |
2021-04-23 | Update documentation about geometry files | Thomas White | |
2021-04-23 | Improve documentation about reflection data export | Thomas White | |
2021-04-23 | indexamajig: Add --zmq-subscribe | Thomas White | |
2021-04-21 | indexamajig: Replace --zmq-msgpack with --zmq-input | Thomas White | |
This removes some unnecessary work (getting the address from the file) and seems cleaner. | |||
2021-03-29 | Add documentation for --harvest-file | Thomas White | |
2021-03-25 | indexamajig: Add --camera-length-estimate | Thomas White | |
Unfortunately, PinkIndexer needs the real camera length for its centre refinement. Giving a fake value and scaling the resulting shift does not work - the indexing rate drops with even a small error. Ideally, this would work in the same way as --wavelength-estimate, by using a static value from the geometry file if it's given. However, this is rather complicated to implement because of the way all the units stuff is implemented. Therefore, this is left as an improvement for the future. |