aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-14gpu_sim_check: Increase tolerance from 1% to 1.1%Thomas White
1.03% deviation was observed in the wild, with no apparent problems.
2019-05-13FussinessThomas White
2019-05-13gpu_sim_check: Succeed if GPU not availableThomas White
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present.
2019-05-08check_hkl: Report overall completeness and redundancyThomas White
2019-05-08check_hkl: Use unsigned long for reflection countsThomas White
2019-05-08Add missing =nThomas White
2019-05-08FormattingThomas White
2019-05-08Remove unused codeYaroslav Gevorkov
2019-05-08Add new xgandalf optionsYaroslav Gevorkov
2019-05-07Don't try to build API docs unless DOXYGEN_FOUNDThomas White
2019-05-07Merge branch 'tom/doxygen'Thomas White
2019-05-07Remove intmat_set_all_3x3()Thomas White
2019-05-07Add CrystFEL version (including API revision) directly into Doxygen main pageThomas White
2019-05-07Update all source code comments to Doxygen formatThomas White
2019-05-07Main and coding standard pagesThomas White
2019-05-07Add CMake stuff for DoxygenThomas White
2019-05-07Remove old documentation stuffThomas White
2019-05-07Move spectrum type enum to pattern_sim.cThomas White
2019-04-16Clean up residual CBFlib stuffThomas White
2019-04-16Recognise (if not handle) all CBF formatsThomas White
2019-04-16Basic CBF reader with byte offset decompressionThomas White
2019-04-15Strip ouf CBFlib referencesThomas White
2019-04-12move-entire-detector: Add z directionThomas White
2019-04-10cell_explorer: Exclude cells when centering type is set to greyThomas White
This is more useful than just changing the colours. Fixes CRYS-224.
2019-04-09cell_explorer: Initialise scd.enforced_cell to NULLThomas White
2019-04-05compare_reindexed_cell_parameters: Require lattice to be primitive unless ↵Thomas White
csl set
2019-04-05cell_tool: Add --cslThomas White
2019-04-05cell_explorer: Add enforcement of lattice type restrictions on cell parametersThomas White
2019-04-04cell_explorer: Remove accelerator from "Save histogram data" menu itemThomas White
2019-04-03Fix typoThomas White
2019-04-03cell_explorer: Complain about unknown centeringThomas White
2019-04-03hdfsee: Fix crash with no geometry fileThomas White
2019-04-03Consider pixel as bad if its value is NaN or infinityThomas White
2019-04-02zmq: Consider pixel as bad if its value is NaN or infinityThomas White
2019-04-02compare_reindexed_cell_parameters: Bail out when there are no candidate vectorsThomas White
2019-04-02Update crystfel_geometry(5)Thomas White
2019-03-26Fix order of matrix operations in compare_reindexed_cell_parameters()Thomas White
2019-03-22cell_explorer: Add option to save histogram dataThomas White
2019-03-20Fix matrix conventions for symmetry operationsThomas White
2019-03-20Merge branch 'tom/transformations'Thomas White
2019-03-18FormattingThomas White
2019-03-18hdfsee: Use a fresh detector geometry structure each time a new image is loadedThomas White
If the clen is a literal number, AND there's a coffset, the coffset will be added every time the image data is loaded. Now, it'll start from scratch.
2019-03-15extract-geom: Don't add extra newlinesThomas White
2019-03-15Set msgpack_obj to NULL when not in useThomas White
2019-03-15Add a couple more set_last_task callsThomas White
2019-03-15Add documentationThomas White
2019-03-15Set proper size for blank dataThomas White
2019-03-14indexamajig: Add --no-image-dataThomas White
2019-03-14Process ZMQ data inside main loopThomas White
2019-03-14Tweak ZMQ messagesThomas White