aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
AgeCommit message (Collapse)Author
2012-02-22Fix many small memory leaksThomas White
2012-02-22indexamajig: Remove "--check-sanity" optionThomas White
Why wouldn't you want sane results?
2012-02-22Remove solid angle correctionThomas White
It's never correct when using "bucket" integration, and always correct when using "pixel" integration, so don't give the option.
2012-02-22Remove --write-drx option and simplify codeThomas White
2012-02-22Update docsThomas White
2012-02-22Implement "multi-indexing"Thomas White
2012-02-22added fake mosflm support (runs dirax)Richard Kirian
2012-02-22indexamajig: Add missing includeThomas White
2012-02-22Tighter symmetry checkThomas White
2012-02-22Use symmetry when simulating on the GPUThomas White
2012-02-22Use symmetry when simulating (on the CPU only)Thomas White
2012-02-22indexamajig: Add --gpu-dev optionThomas White
2012-02-22Handle multiple GPUsThomas White
2012-02-22indexamajig: Take minimum gradient on command lineThomas White
2012-02-22Zap quatsThomas White
The "orientation" quaternion should not rotate the Ewald sphere, but the crystal. This cleans things up a little, removing "orientation" from "struct image".
2012-02-22Update docs and --helpThomas White
2012-02-22indexamajig: Add other cell reduction possibilities, and remove --no-matchThomas White
2012-02-22indexamajig: Remove the need to rewind(stdin)Thomas White
2012-02-22Take nominal photon energy from fileThomas White
2012-02-22s/hit/cpeak/Thomas White
Avoid confusion over the use of the word 'hit'.
2012-02-22indexamajig: Bodge round inability to rewind(stdin)Thomas White
2012-02-22indexamajig: Don't fclose(stdout)Thomas White
2012-02-22Tidy up memory leaksThomas White
2012-02-22indexamajig: Use new thread poolThomas White
2012-02-22'Filename' doesn't need to be constThomas White
2012-02-22indexamajig: Improve --helpThomas White
2012-02-22indexamajig: Option of getting peaks from the HDF5 fileThomas White
2012-02-22indexamajig: Newline belongs in output stream as wellThomas White
2012-02-22indexamajig: Command line note goes in output streamThomas White
2012-02-22Put I0 and found peaks in streamThomas White
2012-02-22indexamajig: Take output stream as a command line parameterThomas White
2012-02-22indexamajig: Rework countingThomas White
2012-02-22Make it the default to do the saturation correctionThomas White
2012-02-22indexamajig: Write command line to stdoutThomas White
This helps later archaeology
2012-02-22compare_hkl: Reject reflections with low SNRThomas White
2012-02-22Add the possibility to use a circular (instead of 'crystallographic') ↵Thomas White
integration domain
2012-02-22facetron: Add optionsThomas White
2012-02-22indexamajig: Add --no-closer-peak optionThomas White
2012-02-22Fix unit cell point group memory leakThomas White
2012-02-22Free indexing resources at the endThomas White
2012-02-22indexamajig: Implement --no-check-prefixThomas White
2012-02-22indexamajig: Check --prefix and second-guess the user if it seems appropriateThomas White
I know this is kind of naughty, but this is one of the #1 failure modes right now.
2012-02-22indexamajig: More fussing over --helpThomas White
2012-02-22indexamajig: Get peak threshold on command lineThomas White
2012-02-22indexamajig: Reformat --helpThomas White
2012-02-22Move -D_GNU_SOURCE to a better placeThomas White
2012-02-22indexamajig: Don't ignore first item (can't rewind() stdin...)Thomas White
2012-02-22Use detector geometry when generating templatesThomas White
Also, add progress bar.
2012-02-22indexamajig: Prepare for other indexing methods which need initial setupThomas White
2012-02-22indexamajig: Avoid re-counting images when the threads are joinedThomas White