Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-02 | process_hkl,partialator: Allow arbitrary direction and degree of polarisation | Thomas White | |
2019-08-29 | compare_reindexed_cell_parameters: Increase number of possibilities in final ↵ | Thomas White | |
permutation check More than 5 possible when there are axes with similar lengths. | |||
2019-08-29 | Fix comment | Thomas White | |
2019-08-29 | Use compare_cell_parameters for after-refinement cell check | Thomas White | |
No need to do all the cell reduction stuff again. | |||
2019-08-29 | indexamajig: Remove --no-cell-combinations | Thomas White | |
Also remove all the related API stuff. We now have a much better way of checking indexing results. | |||
2019-08-29 | mosflm: Rename check_cell to check_mosflm_cell | Thomas White | |
Avoids duplicated function name | |||
2019-08-28 | Merge branch 'tom/newcellcheck' | Thomas White | |
2019-08-28 | compare_reindexed_cell_parameters: (Sort of) intelligent choice of solution | Thomas White | |
2019-08-28 | Rationalise matrix mutliplication | Thomas White | |
compare_reindexed_cell_parameters still needs to be updated | |||
2019-08-28 | Avoid converting IntegerMatrix to RationalMatrix | Thomas White | |
2019-08-26 | Fix resolution estimation | Thomas White | |
Didn't work when the number of peaks was very low. | |||
2019-08-26 | Formatting/fussiness | Thomas White | |
2019-08-26 | loop prediction for gaussian sum spectrum | Wolfgang Brehm | |
2019-08-26 | add stable inline mean variance function | Wolfgang Brehm | |
2019-08-23 | Fix Niggli reduction logic | Thomas White | |
2019-08-22 | Remove match_cell and match_cell_ab | Thomas White | |
2019-08-22 | Fix matrix multiplication | Thomas White | |
2019-08-22 | Final implementation of Niggli-based cell comparison | Thomas White | |
2019-08-22 | Tidy up comparison function definitions | Thomas White | |
Especially, remove the last ltl/atl tolerance values. | |||
2019-08-22 | Clean up / debug | Thomas White | |
2019-08-22 | Determine cell reduction tolerance automatically | Thomas White | |
2019-08-22 | Working Niggli reduction | Thomas White | |
2019-08-22 | Add cell_get_G6() and corresponding structure | Thomas White | |
2019-08-22 | Framework for new unit cell comparison function | Thomas White | |
2019-08-22 | G6 cell reduction | Thomas White | |
Doesn't work yet | |||
2019-08-16 | g6_distance: Take UnitCell | Thomas White | |
2019-08-16 | compare_permuted_cell_parameters{_and_orientation}: Accept wrong-handed cell | Thomas White | |
2019-08-16 | Add intmat_zero | Thomas White | |
2019-08-16 | Clarify cell vs reference in comparison functions. Also reindexed vs permuted | Thomas White | |
2019-08-16 | Add rtnl_mtx_is_identity() and rtnl_mtx_is_perm() | Thomas White | |
2019-08-16 | Use new cell comparison functions for indexing | Thomas White | |
2019-08-16 | rtnl_mtx_print and intmat_print: Handle NULL matrix | Thomas White | |
2019-08-16 | Add compare_permuted_cell_parameters | Thomas White | |
2019-08-16 | compare_cell_parameters and compare_reindexed_cell_parameters: Accept 6 ↵ | Thomas White | |
tolerances | |||
2019-08-16 | indexamajig: Accept six values for unit cell tolerance | Thomas White | |
2019-08-16 | cell_print{_full}: Handle NULL cell | Thomas White | |
2019-08-16 | cell_volume: Give answer in m^3, not m^3 | Thomas White | |
2019-08-16 | Fix typo in comment | Thomas White | |
2019-08-16 | rtnl_list: Accept gdc(num,den) = -1 as well | Thomas White | |
2019-08-02 | Fix a small memory leak | Thomas White | |
2019-07-31 | copy_geom: Tidy up logic some more | Thomas White | |
2019-07-31 | copy_geom: Fix order of operations | Thomas White | |
2019-07-30 | Stream: don't skip over first chunk if there's no geometry file | Thomas White | |
2019-07-30 | Spectrum: Define Gaussian using area, not height | Thomas White | |
2019-07-29 | Re-implement copy_geom() | Thomas White | |
The old version assumed that the rigid groups appeared in the new list in the same order as the old one. Note the use of subscript "i" for both arrays here: if ( rigid_group_is_in_collection( in->rigid_group_collections[rgci], in->rigid_groups[i]) ) [....] add_to_rigid_group_coll(rgcoll, out->rigid_groups[i]); However, the new list of rigid groups, out->rigid_groups, was constructed not by copying the old list (in->rigid_groups), but rather by iterating over the panels and adding the groups as they were encountered. Therefore, the assumption of same ordering was invalid, and the new rigid group collection incorrect. | |||
2019-07-29 | panel_number(): Make args const | Thomas White | |
2019-07-29 | Formatting/comments | Thomas White | |
2019-07-29 | Remove old rg_delta stuff | Thomas White | |
2019-07-24 | compare_cell_parameters_and_orientation(): Fix documentation and variable names | Thomas White | |
2019-07-19 | peakFinder9: remove references to image.num_peaks etc | Thomas White | |