Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | crystfel_geometry(5): Add a missing equals sign | Thomas White | |
2022-11-29 | Add doc/articles/pointgroup.rst | Thomas White | |
2022-11-29 | Improve the unit cell example | Thomas White | |
2022-11-08 | indexamajig: Add --cell-parameters-only | Thomas White | |
2022-10-05 | Merge branch 'pf8_faster' | Thomas White | |
2022-09-22 | speed.rst: Add a note about static detector geometry | Thomas White | |
2022-09-21 | speed.rst: Mention --asdf-fast | Thomas White | |
2022-09-21 | indexamajig(1): Add --asdf-fast | Thomas White | |
2022-09-08 | speed.rst: Add more advice | Thomas White | |
2022-06-23 | indexamajig: Add --asapo-wait-for-stream | Thomas White | |
2022-06-17 | ASAP::O: Simplify by removing stream switching logic | Thomas White | |
2022-06-02 | Update documentation to include ASAP::O and Seedee | 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 | |
2022-04-07 | Update cell_explorer screenshot | Thomas White | |
Same deal as 6ead0af32. | |||
2022-04-07 | Tutorial: Fix a tiny typo | Thomas White | |
2022-04-07 | Update tutorial screenshot | Thomas White | |
This has a cleaner background, and the window icon has been fixed (see ad8494c441231). | |||
2022-03-18 | GUI: Use sbatch/scancel/scontrol instead of Slurm API | Thomas White | |
This commit strips out all references to the Slurm API, instead making subprocess calls to sbatch and scontrol. Attempting to use the Slurm API seems to have been a mis-step. First, it seems that nowhere has the Slurm headers pre-installed. Literally none of the facilities where there are known deployments of CrystFEL have them. And in a significant fraction of cases, getting them installed is difficult, slow or impossible. In addition, the API doesn't seem to work in all cases, so we already shell out to 'scancel' to abort jobs - see d76fc3495. There are some tricky implications for submitting Slurm jobs from a container via the API. The Slurm REST API offers a solution, but is very new and not widely available. Calls to the Slurm executables are much easier to 'tunnel' out of a container. This isn't a great solution. It's a net increase of only about 40 lines of source code, but it incurs some unpleasant string handling and will probably be less reliable overall. It completely relies on Slurm's not being internationalised. If Slurm's messages start getting translated, we will be in trouble. | |||
2022-03-01 | Add new tutorial | 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 | Update online.rst to mention HDF5 | Thomas White | |
2021-09-17 | indexamajig: Add --data-format | Thomas White | |
2021-09-06 | electrons.rst: Add missing equals signs | Thomas White | |
2021-08-12 | Updates for manual pages | Thomas White | |
2021-07-23 | partialator: Add --log-folder | Thomas White | |
2021-07-07 | speed.rst: Update formatting and content | Thomas White | |
2021-07-06 | online.rst: Fix a typo | Thomas White | |
2021-07-05 | Add article about speed | Thomas White | |
2021-07-05 | indexamajig(1): Clarify --min-peaks default value | Thomas White | |
2021-06-16 | Fussiness | Thomas White | |
2021-05-18 | Update online.rst | Thomas White | |
2021-05-18 | Fuss over electrons.rst | Thomas White | |
2021-05-17 | Fix RST backticks | Thomas White | |
2021-05-17 | Add 'article' about electron diffraction | 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 | Add documentation about ZMQ/MsgPack | 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. | |||
2021-03-11 | indexamajig(1): Fix formatting and spelling | Thomas White | |
2021-03-11 | indexamajig: Add --max-indexer-threads | Thomas White | |
This is a more general replacement for --pinkIndexer-thread-count. |