aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-22Add "-u" (unity scaling) option to compare_hklThomas White
2012-02-22WhitespaceThomas White
2012-02-22add 3 ring background estimate; change default integration radius to 3Andrew Martin
2012-02-22calculate background with 3 ringsAndrew Martin
2012-02-22Set redundancy to zero if peak can't be integratedThomas White
This should fix the reappearance of "no_index-ed" peaks in stream files.
2012-02-22Tidy up parser and add lots of checksThomas White
2012-02-22Add half a pixel to coordinates when integrating peakThomas White
Choose whichever one of these reasons makes most sense to you: 1. The centroid operation gives the position as a "pixel index", but we really want it as a distance in pixels from the corner. 2. If all the intensity is in one pixel, the best estimate of where the photons hit is in the middle of the pixel, not its corner.
2012-02-22Get rid of integrate_pixels()Thomas White
2012-02-22Get rid of pattern_sim --near-braggThomas White
2012-02-22Banish find_projected_peaks()Thomas White
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-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-22Tidy up (mostly powder_plot)Thomas White
2012-02-22Add many new features to powder_plotAndrew Aquila
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-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