aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-22Count properly (again)Thomas White
2012-02-22Comment out debugThomas White
2012-02-22Count properlyThomas White
2012-02-22Some more terms go to zero if a reference is availableThomas White
2012-02-22FussinessThomas White
2012-02-22Scaling with reference now worksThomas White
It was always working, but I'd set the partialities to 1 in partial_sim but not partialator.
2012-02-22Split off solve_diagonal()Thomas White
2012-02-22Unify uh and vh calculationsThomas White
2012-02-22WIP on scalingThomas White
2012-02-22Don't give NaN for shiftThomas White
2012-02-22Set all scale factor when using simple matrix solutionThomas White
2012-02-22FussinessThomas White
2012-02-22Add two more FIXMEsThomas White
2012-02-22Add a FIXMEThomas White
2012-02-22Use reference reflections for scalingThomas White
2012-02-22partialator: Take reference fileThomas 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-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-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-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