aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-03-14More ZMQ/MsgPack logic fixesThomas White
2019-03-14Fix variable initialisation and decision about data sourceThomas White
2019-03-14Add config.h entries for ZMQ and MsgPackThomas White
2019-03-14Compile cleanly without Msgpack or ZMQThomas White
2019-03-14More MessagePack tidy up / error checkingThomas White
2019-03-14Fix typoThomas White
2019-03-14Clean up MessagePack stuffThomas White
2019-03-14Connect up hooks for unpacking MsgPack dataThomas White
2019-03-14Don't always dereference filename_p_eThomas White
2019-03-14Exit cleanly if connection failsThomas White
2019-03-14ZMQ connection and setup stuffThomas White
2019-03-14Initial zmq.cThomas White
2019-03-07indexamajig: Status message improvementsThomas White
1. Show the number of hits 2. Keep producing updates while the last patterns are being processed 3. Don't duplicate the code for displaying the status messages
2019-03-07Remove old debug messageThomas White
2019-03-06indexamajig: Rename --min-gradient to --min-squared-gradientThomas White
The eventual aim of this is to deprecate the "--min-gradient" option, resolving the long-standing confusion about whether this option is the gradient or the squared gradient.
2019-03-06turbo-index-slurm: Comment out --nice valueThomas White
It's not needed as long as the queue implements proper fair sharing between users.
2019-03-05check-{near-bragg,peak-detection}: Give better errorsThomas White
2019-03-01partialator: Fix two small memory leaksThomas White
2019-03-01partialator: Check for failed minimiser setup in write_grid()Thomas White
2019-03-01partialator: Fix string overruns in write_grid()Thomas White
2019-03-01crystal_copy(): Make new copy of notes if non-NULLThomas White
2019-03-01partialator: Avoid double-free of stuff_from_stream and filenameThomas White
2019-03-01Don't mask out entire image if bad pixel map can't be loadedThomas White
2019-02-08scripts/plot-contourmap: Specify colours of contour linesThomas White
2019-02-08Add a comment to CMakeLists.txtThomas White
2019-01-30Make sure of string length in get_event_string()Thomas White
2019-01-30Set CMP0074 to "new"Thomas White
Allows -DHDF5_ROOT
2019-01-30Simplify fill_queue()Thomas White
2019-01-30Fixes for get_pattern()Thomas White
2019-01-30Fix read_prefixed_filename()Thomas White
2019-01-30Re-write get_event_string()Thomas White
2019-01-29Remove debugging messageThomas White
2019-01-29Fix some compiler warnings about string handlingThomas White
2019-01-29Fix a couple of memory leaksThomas White
2019-01-29Tidy up no_moreThomas White
2019-01-29Improvements to get_pattern()Thomas White
2019-01-29DS9K compatibilityThomas White
2019-01-29Add multi_event_geometry() functionThomas White
2019-01-29hdfsee: Fix possible string truncationThomas White
2019-01-29Strip out CPU affinity stuffThomas White
This was from an early experiment when we were having performance problems on a big NUMA machine. It didn't help very much back then, and it certainly doesn't help much now. It's not worth maintaining the code or build system needed for this.
2019-01-28partialator: Display error message if minimiser can't be set upThomas White
2019-01-28partialator: Fix incorrect free(audit_info)Thomas White
2019-01-28partialator: Catch failure to set up post-refinement minimiserThomas White
2019-01-28Remove #define _GNU_SOURCEThomas White
2019-01-28partialator: Fix multiple memory leaksThomas White