aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-04-26Further clarification about ordering of panel group directivesThomas White
See 79bda19687e425818888ce17cc6e2239744ee640
2024-04-26DataTemplate: Add an "all" group if no panel definitions are givenThomas White
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/96
2024-04-26crystfel_geometry(5): Mention that group definitions must come after panelsThomas White
Also mention this when complaining about the geometry file. Fixes: https://github.com/taw10/crystfel/issues/10
2024-04-18Merge branch 'julia'Thomas White
2024-04-17Update crystfel(7)Thomas White
2024-02-19Draw attention to the need for separate Mille dirs for cluster jobsThomas White
2024-02-06Update docsThomas White
2024-02-06Update docsThomas White
2024-02-06Stub documentation for Julia bindingsThomas White
2024-01-12Update docs about --max-mille-level.Thomas White
2023-12-22indexamajig: Add --asapo-consumer-timeoutThomas White
This also reduces the default timeout to 500 ms.
2023-12-22indexamajig: Add --no-data-timeoutThomas White
2023-10-16indexamajig(1): Correct an untruth about --peakfinder8-fastThomas White
2023-09-21Update manual pagesThomas White
2023-09-20crystfel_geometry(5): Convert to Markdown and re-structureThomas White
Still some work to be done here, but it's already an improvement.
2023-09-20indexamajig: Add --mille-dirThomas White
2023-09-20Add manual page for align_detectorThomas White
2023-09-20Examples: Remove rigid groupsThomas White
These are now ignored, but shouldn't be in the examples.
2023-09-18indexamajig: Add documentation for --milleThomas White
2023-09-18indexamajig: Add missing documentation for --indexing=fileThomas White
Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/85
2023-09-18Convert indexamajig(1) manual page to MarkdownThomas White
2023-09-12adjust_detector(1): Fix typosThomas White
2023-09-01Manual page for adjust_detector (using Pandoc)Thomas White
2023-07-28Fix top-level group name in examplesThomas White
"all" is better than "top", because the latter suggests some kind of geometrical position
2023-07-28Move clen to top level in all examples and testsThomas White
2023-07-28Add panel groups to example CSPAD geometriesThomas White
2023-07-11partialator: Add --unmerged-outputThomas White
2023-06-01indexamajig: Add --asapo-output-stream (hits only)Thomas White
2023-05-02indexamajig: Add --cpu-pinThomas 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-02Remove pattern_sim and partial_simThomas 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-05-02Remove CMake build filesThomas White
It's already far behind parity with Meson, and getting worse.
2023-04-20compare_hkl: Recognise --fom=cc*, cc1/2 and cchalfThomas White
2023-04-20indexamajig(1): Mention "nproc"Thomas White
2023-03-01Remove vestigial geoptimiser stuffThomas White
2023-02-20Fix small manual problemsThomas White
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-17indexamajig(1): Update text and fix untruthsThomas 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-09pattern_sim: Fix up behaviour after DataTemplateThomas White
Analogous fixes to those done for partial_sim in 0effb5f83daf0317aa97a1cd10e7708551a25201.
2023-02-09partial_sim: Fix up behaviour after DataTemplateThomas 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-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
2023-02-08crystfel_geometry(5): Add missing documentation for 'bandwidth'Thomas White
2022-12-07crystfel_geometry(5): Add a missing equals signThomas White
2022-11-29Add doc/articles/pointgroup.rstThomas White