aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.c
AgeCommit message (Expand)Author
2019-05-07Update all source code comments to Doxygen formatThomas White
2019-04-05compare_reindexed_cell_parameters: Require lattice to be primitive unless csl...Thomas White
2019-04-05cell_tool: Add --cslThomas White
2019-04-02compare_reindexed_cell_parameters: Bail out when there are no candidate vectorsThomas White
2019-03-26Fix order of matrix operations in compare_reindexed_cell_parameters()Thomas White
2019-03-13validate_cell: Allow to tell the difference between serious problems and warn...Thomas White
2019-03-11Change matrix notation to match ITA chapter 5.1Thomas White
2019-03-11Fix typoThomas 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-11New way of doing cell comparisons, similar to match_cell()Thomas White
2019-03-11Fix tolerances (again)Thomas White
2019-03-11Be clear about whether functions need rational or integer transformationsThomas 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
2018-11-02Change a couple of important asserts to if statementsThomas White
2017-09-22Don't write cell parameters to the stream if we don't have themThomas White
2017-09-07Add compare_cells() (and use it in whirligig)Thomas White
2017-07-06Merge branch 'master' into taketwoThomas White
2017-03-10cell_print(): Show reciprocal anglesThomas White
2017-01-17Removed all debug messages, nice and clean.Helen Ginn
2016-10-25TEMPORARY horrible debugging stuffThomas White
2016-10-19Add transform_cell_gsl()Thomas White
2015-11-27indexamajig: Write target unit cell into streamThomas White
2015-06-25Tidy up some small leaks and memory bugsThomas White
2015-06-24WhitespaceThomas White
2015-06-18Merge branch 'tolstikova/dirax'Thomas White
2015-06-09match_cell(): Tidy up error handling when given a bogus lattice typeThomas White
2015-03-04Avoid segfault if cell can't be loadedThomas White
2015-02-16Update API docsThomas White
2015-02-11Move cell_get_volume from asdf.c to cell_utils.cAlexandra Tolstikova
2014-11-26Read unique axis from unit cell (.cell) filesThomas White
2014-11-13Fixed parsing of CRYST1Takanori Nakane
2014-09-19Remove cell_{get,set}_pointgroup() from APIThomas White
2014-09-19Introduce CrystFEL unit cell filesThomas White
2014-09-02cell_print(): Use Angstroms instead of nmThomas White
2013-09-13Fix incorrect handling of monoclinic C cellsThomas White
2013-06-01Fix multiple small memory leaksThomas White
2013-04-18Read/write lattice type, centering and unique axis information from/to streamThomas White
2013-04-18Fix small memory leakThomas White
2013-03-01Capitalise all warningsThomas White
2013-02-09uncenter_cell: Free transformation if it's not needed by the callerThomas White
2012-10-20Not actually deprecated (yet)Thomas White
2012-10-20Update documentationThomas White
2012-10-02Fix obvious bugThomas White