aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-22Use reference reflections for scalingThomas White
2012-02-22Uncomment loopThomas White
2012-02-22Add missing plot_graph() functionThomas White
2012-02-22partialator: Take reference fileThomas White
2012-02-22Reduce test intervalThomas White
2012-02-22Do it ten times (but commented out)Thomas White
2012-02-22FussinessThomas White
2012-02-22Increase precisionThomas White
2012-02-22PR gradient checkThomas White
2012-02-22indexamajig: Derive Zaefferer window size from peak separation in geometry ↵Thomas White
description
2012-02-22FormattingThomas White
2012-02-22hdfsee: Allow configuration of the ring radiusThomas White
2012-02-22Tidy upThomas White
2012-02-22Save all camera lengths in streamThomas White
2012-02-22Move write_detector_geometry() to calibrate_detector.cThomas White
... because it's not sufficiently general.
2012-02-22Don't attempt to write camera length if detector geometry is not presentThomas White
2012-02-22General fussinessThomas White
2012-02-22Safeguard against silly unit cells in find_intersections()Thomas White
2012-02-22Don't test divergence simulation (because it doesn't work)Thomas White
2012-02-22Disable divergence simulation (for now)Thomas White
2012-02-22Make sure redundancy gets set to zero when integrating peaks on ignored panelsThomas White
2012-02-22Make fifth integration check agree with actual integration methodThomas White
2012-02-22FormattingThomas White
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-22Add to the documentationThomas White
2012-02-22Move documentation to manpagesThomas White
2012-02-22Update cspad-feb2011.geomThomas White
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-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