aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
AgeCommit message (Expand)Author
2012-02-22Take nominal photon energy from fileThomas White
2012-02-22s/hit/cpeak/Thomas White
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
2012-02-22compare_hkl: Reject reflections with low SNRThomas White
2012-02-22Add the possibility to use a circular (instead of 'crystallographic') integra...Thomas White
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
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
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
2012-02-22indexamajig: Don't even try to load the cell if it's not neededThomas White
2012-02-22indexamajig: Unit cell is not needed with --no-matchThomas White
2012-02-22indexamajig: Fix uninitialised thingsThomas White
2012-02-22Reduce the scope of "count"Thomas White
2012-02-22indexamajig: Add missing lockThomas White
2012-02-22indexamajig: Rework threading not to use pthread_timedjoin_np()Thomas White
2012-02-22Rationalise polarization optionThomas White
2012-02-22indexamajig: Make SA correction optional (but on by default)Thomas White
2012-02-22indexamajig: Make saturation correction optional and default to offThomas White
2012-02-22indexamajig: Fix sillinessThomas White
2010-06-11Tidy up switch statementsThomas White
2010-06-11Get detector geometry from fileThomas White
2010-06-07indexamajig: Make sanity check optionalThomas White
2010-06-05pattern_sim: Implement phased gradientsThomas White
2010-06-03indexamajig: Care over initialisation of resultsThomas White
2010-06-03Fix memory leakThomas White
2010-06-03Initialise orientation for imageThomas White
2010-06-02Just use memcpy() instead of loopingThomas White