aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Expand)Author
2019-03-11Add a commentThomas White
2019-03-11Single point of truth for matrix memory layoutThomas White
2019-03-11Fix typoThomas White
2019-03-11Add remaining centering types and finalise centering determinationThomas White
2019-03-11Automatic centering determination after transformationThomas White
2019-03-11Initial centering determinationThomas White
2019-03-11More tidying up of cell comparisonThomas White
2019-03-11Find the best cell match, not just the first oneThomas White
2019-03-11Tidy up cell comparisonThomas White
2019-03-11Keep track of the "un-centering" matrix, as well as the "centering"Thomas White
2019-03-11Add rtnl_mtx_identity()Thomas White
2019-03-11New way of doing cell comparisons, similar to match_cell()Thomas White
2019-03-11Fix tolerances (again)Thomas White
2019-03-11Better handling of multiple symop errorThomas White
2019-03-11Implement parse_symmetry_operationsThomas White
2019-03-11Be clear about whether functions need rational or integer transformationsThomas White
2019-03-11Add rtnl_mtx_det() and rtnl_mtx_mult()Thomas White
2019-03-11Symmetry operation parser using Flex/BisonThomas White
2019-03-11Add new rational number libraryThomas White
2019-03-11Use IntegerMatrix for all unit cell transformationsThomas White
2019-03-11Simplify the output of cell_print()Thomas White
2019-03-11Change horribly confusing names of unit cell comparison functionsThomas White
2019-03-11Remove cells_are_similar() from APIThomas White
2019-03-11cell_tool: Use libcrystfel cells_are_similar() functionThomas White
2019-03-06indexamajig: Rename --min-gradient to --min-squared-gradientThomas White
2019-03-01crystal_copy(): Make new copy of notes if non-NULLThomas White
2019-03-01Don't mask out entire image if bad pixel map can't be loadedThomas 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-30Re-write get_event_string()Thomas White
2019-01-29Fix some compiler warnings about string handlingThomas White
2019-01-29Fix a couple of memory leaksThomas White
2019-01-29DS9K compatibilityThomas White
2019-01-29Add multi_event_geometry() functionThomas White
2019-01-29Strip out CPU affinity stuffThomas White
2019-01-28Remove #define _GNU_SOURCEThomas White
2019-01-28partialator: Fix multiple memory leaksThomas White
2019-01-24Say what path was being opened when event enumeration failsThomas White
2019-01-22TakeTwo: fix various memory leaksThomas White
2019-01-22Fix some small memory leaksThomas White
2019-01-14clock_gettime isn't needed for libcrystfelThomas White
2019-01-03Use gzclose() instead of gzclose_r()Thomas White
2018-12-18make_pixelmap: Use <input>.h5 as default output filenameThomas White
2018-12-04WhitespaceThomas White
2018-11-27xds: Tune indexing parametersThomas White
2018-11-22Rename prediction refinement residual functionThomas White
2018-11-15indexamajig: Name and shame slow processing stagesThomas White
2018-11-14Fix error message about dimensionality of image dataThomas White
2018-11-14Clean up set_dim_structure_entry() and parsing of "dimX" in geometry fileThomas White
2018-11-02Fix possibly uninitialised dataf in read_cbf_data()Thomas White