Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-26 | Label all uses of cell tolerances | Thomas White | |
I'm sick of fixing this same issue over and over again. New rule: any code handling unit cell tolerances MUST be labelled with details of units. | |||
2020-10-15 | Shuffle default order of indexing methods | Thomas White | |
2020-10-15 | Add TakeTwo to the list of indexers automatically used | Thomas White | |
2020-10-07 | Revert "Move asdf out of set of indexers used by default" | Thomas White | |
This reverts commit 62183aacf906f4aff771295aa378cff039dd50ff. The apparent slowness was due to a bug introduced in August 2019. See 2a8f415df845064186baa833f9fe1ad91c0f5753. | |||
2020-10-07 | Improve indexer speed profiling | Thomas White | |
2020-10-06 | Move asdf out of set of indexers used by default | Thomas White | |
Sadly, it has the same fatal flaw as TakeTwo: taking forever on a minority of patterns. | |||
2020-09-09 | Add optional measurement of time spent in indexers | Thomas White | |
2020-08-20 | Add default_method_options() | Thomas White | |
This allows the indexing method private options structures to be set up easily. | |||
2020-08-17 | Expose parse_indexing_methods and base_indexer_str | Thomas White | |
2020-08-07 | Move indexers out of API | Thomas White | |
2020-07-29 | Convert a few more bits and pieces to detgeom | Thomas White | |
2020-07-29 | Remove references to old headers | Thomas White | |
2020-07-29 | Convert map_all_peaks to detgeom | Thomas White | |
2020-07-29 | Port indexamajig to new API, part II | Thomas White | |
This also removes a large chunk of legacy code | |||
2020-07-29 | Port indexamajig to new API, part I | Thomas White | |
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-10-22 | Add more warnings | Thomas White | |
2019-10-22 | Add some warnings and assertions | Thomas White | |
2019-10-11 | Copy target cell's lattice type and unique axis into cell from indexing, ↵ | Thomas White | |
after comparison | |||
2019-09-23 | Remove private option structures from iargs | Thomas White | |
2019-09-23 | Merge branch 'tom/pinkindexer' | Thomas White | |
2019-09-16 | Fix cell comparison logic | Thomas White | |
2019-09-12 | Fix logic | Thomas White | |
2019-09-12 | Force --no-check-peaks and --no-refine if pinkIndexer is used, and add a warning | Thomas White | |
2019-09-12 | Increase indexing timeout when using pinkIndexer | Thomas White | |
2019-09-12 | Add indexing_methods() to examine the actual list of methods | Thomas White | |
2019-09-12 | Remove message directing to old option | Thomas White | |
2019-09-12 | Avoid duplication of beam and detector parameters for pinkIndexer | Thomas White | |
2019-09-12 | Accept --indexing=pinkindexer (lower case) | Thomas White | |
2019-09-12 | Set task name for PinkIndexer | Thomas White | |
2019-09-12 | Whitespace | Thomas White | |
2019-09-12 | Add pinkIndexer interface | Yaroslav Gevorkov | |
2019-09-06 | Use new peak check only when doing multi-lattice indexing | Thomas White | |
2019-09-03 | Fix memory leaks in cell comparison | 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-22 | Tidy up comparison function definitions | Thomas White | |
Especially, remove the last ltl/atl tolerance values. | |||
2019-08-22 | Framework for new unit cell comparison function | Thomas White | |
2019-08-16 | Clarify cell vs reference in comparison functions. Also reindexed vs permuted | Thomas White | |
2019-08-16 | Use new cell comparison functions for indexing | Thomas White | |
2019-08-16 | indexamajig: Accept six values for unit cell tolerance | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | 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-01-22 | Fix some small memory leaks | Thomas White | |
2018-11-15 | indexamajig: Name and shame slow processing stages | Thomas White | |
2018-11-02 | Change a couple of important asserts to if statements | Thomas White | |
2018-07-11 | reduce minimum angle separation for similarity check of lattices | Yaroslav Gevorkov | |
2018-07-09 | Add number of indexing attempts to stream | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |