Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-11 | cell_tool: Add --compare (doesn't seem to work yet for some reason) | Thomas White | |
2019-03-11 | Fix tolerances | Thomas White | |
2019-03-11 | cell_tool: Improve option processing | Thomas White | |
2019-03-11 | Show the actual number of orders | Thomas White | |
2019-03-11 | cell_tool: Use libcrystfel cells_are_similar() function | Thomas White | |
2019-03-11 | cell_tool: Add --rings | Thomas White | |
2019-03-11 | cell_tool --uncenter: Write unit cell to file | Thomas White | |
2019-03-11 | cell_tool: Add --uncenter | Thomas White | |
2019-03-11 | Initial cell_tool (implementing find_ambi only) | Thomas White | |
2019-03-07 | indexamajig: Status message improvements | Thomas 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-07 | Remove old debug message | Thomas White | |
2019-03-06 | indexamajig: Rename --min-gradient to --min-squared-gradient | Thomas 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-06 | turbo-index-slurm: Comment out --nice value | Thomas White | |
It's not needed as long as the queue implements proper fair sharing between users. | |||
2019-03-05 | check-{near-bragg,peak-detection}: Give better errors | Thomas White | |
2019-03-01 | partialator: Fix two small memory leaks | Thomas White | |
2019-03-01 | partialator: Check for failed minimiser setup in write_grid() | Thomas White | |
2019-03-01 | partialator: Fix string overruns in write_grid() | Thomas White | |
2019-03-01 | crystal_copy(): Make new copy of notes if non-NULL | Thomas White | |
2019-03-01 | partialator: Avoid double-free of stuff_from_stream and filename | Thomas White | |
2019-03-01 | Don't mask out entire image if bad pixel map can't be loaded | Thomas White | |
2019-02-08 | scripts/plot-contourmap: Specify colours of contour lines | Thomas White | |
2019-02-08 | Add a comment to CMakeLists.txt | Thomas White | |
2019-01-30 | Make sure of string length in get_event_string() | Thomas White | |
2019-01-30 | Set CMP0074 to "new" | Thomas White | |
Allows -DHDF5_ROOT | |||
2019-01-30 | Simplify fill_queue() | Thomas White | |
2019-01-30 | Fixes for get_pattern() | Thomas White | |
2019-01-30 | Fix read_prefixed_filename() | Thomas White | |
2019-01-30 | Re-write get_event_string() | Thomas White | |
2019-01-29 | Remove debugging message | Thomas White | |
2019-01-29 | Fix some compiler warnings about string handling | Thomas White | |
2019-01-29 | Fix a couple of memory leaks | Thomas White | |
2019-01-29 | Tidy up no_more | Thomas White | |
2019-01-29 | Improvements to get_pattern() | Thomas White | |
2019-01-29 | DS9K compatibility | Thomas White | |
2019-01-29 | Add multi_event_geometry() function | Thomas White | |
2019-01-29 | hdfsee: Fix possible string truncation | Thomas White | |
2019-01-29 | Strip out CPU affinity stuff | Thomas 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-28 | partialator: Display error message if minimiser can't be set up | Thomas White | |
2019-01-28 | partialator: Fix incorrect free(audit_info) | Thomas White | |
2019-01-28 | partialator: Catch failure to set up post-refinement minimiser | Thomas White | |
2019-01-28 | Remove #define _GNU_SOURCE | Thomas White | |
2019-01-28 | partialator: Fix multiple memory leaks | Thomas White | |
2019-01-28 | partialator: Fix a small typo | Thomas White | |
2019-01-24 | Say what path was being opened when event enumeration fails | Thomas White | |
2019-01-22 | TakeTwo: fix various memory leaks | Thomas White | |
2019-01-22 | Fix some small memory leaks | Thomas White | |
2019-01-14 | clock_gettime isn't needed for libcrystfel | Thomas White | |
2019-01-03 | Use gzclose() instead of gzclose_r() | Thomas White | |
The only downside to this is that the zlib library will be twice the size if statically linked into libcrystfel. Since we don't anticipate much use for static linking, and since the extra space is unlikely to be a serious problem anyway, this seems fine. | |||
2019-01-03 | Check for -fdiagnostics-color before using it | Thomas White | |
Needed for old gcc versions | |||
2019-01-03 | indexamajig: Return non-zero exit status if no patterns were processed | Thomas White | |