aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
AgeCommit message (Expand)Author
2012-02-22Move indexing and rendering to libcrystfelThomas White
2012-02-22Better sanity check (Miller indices should be ~integers)Richard A. Kirian
2012-02-22Change the sanity check so that it does what we say it doesThomas White
2012-02-22Add the ability to not care about whether the unit cell is needed or notThomas White
2012-02-22FormattingThomas White
2012-02-22Add muppet proofingThomas White
2012-02-22Re-use the same plan (only fftw_execute is thread safe)Thomas White
2012-02-22Pass IndexingPrivate to ReAx indexerThomas White
2012-02-22ReAx indexing needs cellThomas White
2012-02-22Fix grammarThomas White
2012-02-22Initial ReAx workThomas White
2012-02-22Add partial matching (against 'a' and 'b' only)Thomas White
2012-02-22Do sanity check even with --cell-reduction=noneThomas White
2012-02-22indexamajig: Reduce verbosity a lotThomas White
2012-02-22Remove all remaining PDB rendering stuffThomas White
2012-02-22More of s/x/fs/, s/y/ss/Thomas White
2012-02-22First part of stream reworkThomas White
2012-02-22Update copyright datesThomas White
2012-02-22Remove template indexingThomas White
2012-02-22FussinessThomas White
2012-02-22More new geometry fixesThomas White
2012-02-22indexamajig: Allow the user to switch off the sanity check if they wantThomas White
2012-02-22Don't cleanup indexing if none was preparedThomas White
2012-02-22Fix many small memory leaksThomas White
2012-02-22Don't try later cells and algorithms if successfulThomas White
2012-02-22Try other cellsThomas White
2012-02-22indexamajig: Remove "--check-sanity" optionThomas White
2012-02-22Don't stop just because the first indexer returned no unit cellThomas White
2012-02-22Don't advance counter in for loopThomas White
2012-02-22FussinessThomas White
2012-02-22Remove --write-drx option and simplify codeThomas White
2012-02-22Implement "multi-indexing"Thomas White
2012-02-22WhitespaceThomas White
2012-02-22Update copyrightsThomas White
2012-02-22mosflm almost functionalRichard Kirian
2012-02-22index.c: write .img file for mosflmRichard Kirian
2012-02-22index.c: write mosflm .spt files properlyRichard Kirian
2012-02-22write mosflm spot files (almost)Richard Kirian
2012-02-22added fake mosflm support (runs dirax)Richard Kirian
2012-02-22Improve cell comparisonThomas White
2012-02-22indexamajig: Add other cell reduction possibilities, and remove --no-matchThomas White
2012-02-22Take nominal photon energy from fileThomas White
2012-02-22Tidy up memory leaksThomas White
2012-02-22Remove duplicated functionality of map_position() and get_q()Thomas White
2012-02-22Update sanity checkThomas White
2012-02-22Fix unit cell point group memory leakThomas White
2012-02-22Free indexing resources at the endThomas White
2012-02-22Output the cell from template matchingThomas White
2012-02-22Use detector geometry when generating templatesThomas White
2012-02-22indexamajig: Prepare for other indexing methods which need initial setupThomas White