Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-08-27 | cell_tool: Clarify interpretation of tolerances | Thomas White | |
2019-08-26 | cell_tool: Just do all the comparisons, get rid of --csl | Thomas White | |
2019-08-22 | Tidy up comparison function definitions | Thomas White | |
Especially, remove the last ltl/atl tolerance values. | |||
2019-08-16 | compare_cell_parameters and compare_reindexed_cell_parameters: Accept 6 ↵ | Thomas White | |
tolerances | |||
2019-04-05 | cell_tool: Add --csl | Thomas White | |
2019-03-13 | cell_tool: Reject singular transformation matrix | Thomas White | |
2019-03-13 | cell_tool --transform: Write output cell | Thomas White | |
2019-03-13 | cell_tool: Accept unconventional cell | Thomas White | |
2019-03-11 | cell_tool: Improve messages | Thomas White | |
2019-03-11 | cell_tool: Add documentation for --transform | Thomas White | |
2019-03-11 | cell_tool: Implement --cell-choices | Thomas White | |
2019-03-11 | cell_tool: Add --transform | Thomas White | |
2019-03-11 | Keep track of the "un-centering" matrix, as well as the "centering" | Thomas White | |
This makes it easy to reverse the transformation, if required, which it is when comparing centered cells. | |||
2019-03-11 | New way of doing cell comparisons, similar to match_cell() | Thomas White | |
2019-03-11 | Fix tolerances (again) | Thomas White | |
2019-03-11 | Consider fractional cell lengths during comparison | Thomas White | |
This is WAY too slow. Need another algorithm. | |||
2019-03-11 | cell_tool --find-ambi: Work without -y | Thomas White | |
It's not super-helpful, but the manual say it works, so... | |||
2019-03-11 | Be clear about whether functions need rational or integer transformations | Thomas White | |
2019-03-11 | Use IntegerMatrix for all unit cell transformations | Thomas White | |
Get rid of UnitCellTransformation, a thin wrapper which didn't do anything. | |||
2019-03-11 | cell_tool --rings: Add --highres | Thomas White | |
2019-03-11 | cell_tool: Fix length tolerance units | Thomas White | |
2019-03-11 | Change horribly confusing names of unit cell comparison functions | Thomas White | |
cells_are_similar -> compare_cell_parameters_and_orientation compare_cells -> compare_reindexed_cell_parameters_and_orientation cell_tool.c:cells_the_same -> cellutils.c:compare_cell_parameters All comparisons now done in real space, checking that centering is the same, and without uncentering anything. | |||
2019-03-11 | cell_tool: Don't uncenter cells before comparison | Thomas White | |
2019-03-11 | cell_tool: Check --tolerance has the right number of commas | Thomas White | |
2019-03-11 | Don't use within_tolerance for angles | Thomas White | |
2019-03-11 | Remove cells_are_similar() from API | Thomas White | |
There are two functions with this name. Avoid confusion. | |||
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 | |