aboutsummaryrefslogtreecommitdiff
path: root/doc/articles
AgeCommit message (Collapse)Author
2024-02-06Update docsThomas White
2024-02-06Update docsThomas White
2024-02-06Stub documentation for Julia bindingsThomas White
2023-05-02Remove CMake build filesThomas White
It's already far behind parity with Meson, and getting worse.
2023-02-20speed.rst: Fix a typoThomas White
2023-02-17speed.rst: Fix some line breaksThomas White
2023-02-17Update speed.rstThomas White
2023-02-15Tutorial: update screenshot with new iconsThomas White
Corrected version of commit.
2023-02-15Revert "Tutorial: update screenshot with new icons"Thomas White
This reverts commit 044560941c0aa28e1e809f148ce553e985b4e868. Accidentally committed stuff that should not be there yet.
2023-02-15pointgroup.rst: Fix a couple of typosThomas White
2023-02-15Tutorial: update text about detector-shift and peakogram-streamThomas White
These are now installed (no more copy/chmod needed), and accessible from the GUI.
2023-02-15Tutorial: update screenshot with new iconsThomas White
2023-02-09Tutorial: be clear about working directoryThomas White
The tutorial won't work, if followed exactly, unless the mask is in the working directory. Saving it next to the geometry file, but in a different folder, won't work. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/77
2022-11-29Add doc/articles/pointgroup.rstThomas White
2022-10-05Merge branch 'pf8_faster'Thomas White
2022-09-22speed.rst: Add a note about static detector geometryThomas White
2022-09-21speed.rst: Mention --asdf-fastThomas White
2022-09-08speed.rst: Add more adviceThomas White
2022-06-17ASAP::O: Simplify by removing stream switching logicThomas White
2022-06-02Update documentation to include ASAP::O and SeedeeThomas White
2022-04-07Update cell_explorer screenshotThomas White
Same deal as 6ead0af32.
2022-04-07Tutorial: Fix a tiny typoThomas White
2022-04-07Update tutorial screenshotThomas White
This has a cleaner background, and the window icon has been fixed (see ad8494c441231).
2022-03-18GUI: Use sbatch/scancel/scontrol instead of Slurm APIThomas 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-01Add new tutorialThomas White
2021-09-17Update online.rst to mention HDF5Thomas White
2021-09-06electrons.rst: Add missing equals signsThomas White
2021-07-07speed.rst: Update formatting and contentThomas White
2021-07-06online.rst: Fix a typoThomas White
2021-07-05Add article about speedThomas White
2021-06-16FussinessThomas White
2021-05-18Update online.rstThomas White
2021-05-18Fuss over electrons.rstThomas White
2021-05-17Fix RST backticksThomas White
2021-05-17Add 'article' about electron diffractionThomas White
2021-05-05indexamajig: Add --zmq-requestThomas White
This (re-)adds the ability to get data via a request/reply socket. See afcb7b568947c for when it was removed.
2021-04-23Add documentation about ZMQ/MsgPackThomas White