aboutsummaryrefslogtreecommitdiff
path: root/src/whirligig.c
AgeCommit message (Collapse)Author
2019-03-12Rename intmat_intvec_mult to transform_indicesThomas White
2019-03-11Be clear about whether functions need rational or integer transformationsThomas White
2019-03-11Use IntegerMatrix for all unit cell transformationsThomas White
Get rid of UnitCellTransformation, a thin wrapper which didn't do anything.
2019-03-11Change horribly confusing names of unit cell comparison functionsThomas 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.
2018-03-13Nicer way of getting Git revisionThomas White
This will need a separate way to create the official releases (which shouldn't have Git revisions attached)
2017-09-07Add compare_cells() (and use it in whirligig)Thomas White
2015-07-13Fix some warningsThomas White
2015-02-09whirligig: Update docs and optionsThomas White
2015-01-29whirligig: Avoid "late" arrival of frames with serial numbers less than that ↵Thomas White
of the first frame
2015-01-29whirligig: Count missed and late framesThomas White
2015-01-29whirligig: Correctly handle "dump all" situationThomas White
2015-01-29whirligig: Always try to nucleate a new seriesThomas White
2015-01-29whirligig: Output some statisticsThomas White
2015-01-29whirligig: Add some options, write out stream logsThomas White
2015-01-29Avoid reading past end of windowThomas White
2015-01-29Check further back before reusing a series slotThomas White
2015-01-29Add an assert()Thomas White
2015-01-29Free matrices after processingThomas White
2015-01-29Restore "processing" of seriesThomas White
2015-01-29Better way of finding series, allowing them to overlapThomas White
2015-01-29Display filenames in seriesThomas White
2015-01-29Fix series recognitionThomas White
2015-01-29Window may expand at the same time as a frame gets skippedThomas White
2015-01-29Fix up broken series after out-of-order arrival of framesThomas White
2015-01-29Check for series, and show progressThomas White
2015-01-29Wipe out old seriesThomas White
2015-01-29Find rotation series even when images arrive out of orderThomas White
2015-01-29Find common reflectionsThomas White
2015-01-29Compare each new cell against transformed version of previous one in seriesThomas White
2015-01-29Fix cell comparisonThomas White
2015-01-29Fix series trackingThomas White
2015-01-29Check axis lengths as wellThomas White
2015-01-29Prevent read past start of arrayThomas White
2015-01-29Show * for first view in seriesThomas White
2015-01-29Fix memory leaksThomas White
2015-01-29Actually find seriesThomas White
2015-01-29Series finding structureThomas White
2015-01-29Introduce 'whirligig'Thomas White