aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-22Remove a FIXME (parser is now generalised)Thomas White
2012-02-22Tidy up formattingThomas White
2012-02-22Tidy up whitespaceThomas White
2012-02-22Parser for linear combinations of x and y for fs and ssThomas White
Conflicts: src/detector.c src/peaks.c
2012-02-22Tidy upThomas White
2012-02-22Update GPU testThomas White
2012-02-22Add divergence to CPU version as wellThomas White
2012-02-22Add another error code to clError()Thomas White
2012-02-22Add divergence to calculationThomas White
2012-02-22Remove ERROR() from clError()Thomas White
This rather blatently leads to a nice deadlock
2012-02-22FussinessThomas White
2012-02-22Tidy up peak integration and update unit testThomas White
2012-02-22Make background subtraction optionalThomas White
2012-02-22Tidy up dead code and formattingThomas White
2012-02-22process_hkl: Clean up --helpThomas White
This option was removed a long time ago.
2012-02-22Use vector types in match_cell_ab(), and correct left handed cellsThomas White
2012-02-22Set error flag to zeroThomas White
2012-02-22Add partial matching (against 'a' and 'b' only)Thomas White
2012-02-22Update coding standardsThomas White
2012-02-22Tidy up (mostly powder_plot)Thomas White
2012-02-22Add many new features to powder_plotAndrew Aquila
2012-02-22FussinessThomas White
2012-02-22Report how much faster the GPU version wasThomas White
2012-02-22compare_hkl: Don't crash if scale factor can't be foundThomas White
2012-02-22compare_hkl: Fix appalling scaling behaviourThomas White
2012-02-22pattern_sim: Use compressionThomas White
2012-02-22GSL BLAS fudge needed in utils.c as wellThomas White
2012-02-22Tidy up and update scripts/create-mtzThomas White
2012-02-22Rename cell_new_from_axes() to avoid confusionThomas White
2012-02-22get_hkl: Fix stupid bugThomas White
2012-02-22cell_new_from_cell() should preserve orientationThomas White
2012-02-22Use cell_free() instead of free() if DirAx's result is invalidThomas White
2012-02-22Fix --cell-reduction=compareThomas White
It must be allowed to add zero multiples of an axis length, otherwise the best it can do is a*+b*+c*, or a*+b*-c* etc.
2012-02-22FussinessThomas White
2012-02-22FormattingThomas White
2012-02-22Move gaussian_noise() to utils.c and synergise it with poisson_noise()Thomas White
2012-02-22Don't prefix progress bar with thread numberThomas White
2012-02-22Fix progress bar after refining all imagesThomas White
2012-02-22Also mess up scale factorsThomas White
2012-02-22Use Gaussian noise to mess up unit cellThomas White
2012-02-22Don't complain if post refinement equations can't be solvedThomas White
2012-02-22FussinessThomas White
2012-02-22partial_sim: Mess up all the unit cell axesThomas White
2012-02-22partialator: Refine all imagesThomas White
2012-02-22FussinessThomas White
2012-02-22partial_sim: -n option for number of patternsThomas White
2012-02-22Tidy up debug outputThomas White
2012-02-22FormattingThomas White
2012-02-22Avoid doing strdup(NULL)Thomas White
2012-02-22Tidy up integration and ESD calculation, and pass checksThomas White