aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
AgeCommit message (Collapse)Author
2012-02-22Simplify reflection integration logicThomas White
2012-02-22Allow default values in geometry files, and set integration radius seperatelyThomas White
2012-02-22Fix a Grand Muppetry in integrate_peak()Thomas White
2012-02-22Improve bad pixel handlingThomas White
2012-02-22Don't count hot pixelsThomas White
The hot pixel rejection stuff was removed a while ago
2012-02-22More reduction of verbosityThomas White
2012-02-22Set redundancy=1 for newly measured intensitiesThomas White
2012-02-22indexamajig: Reduce verbosity a lotThomas White
2012-02-22More of s/x/fs/, s/y/ss/Thomas White
2012-02-22First part of stream reworkThomas White
2012-02-22Change x,y to fs,ssThomas White
2012-02-22Move bad region check to integrate_peak()Thomas White
2012-02-22Remove is_hot_pixel()Thomas White
2012-02-22Do peak integration in double precisionThomas White
This avoids some integer overflow problems
2012-02-22Throw out detected peaks in bad regionsThomas White
2012-02-22Update copyright datesThomas White
2012-02-22More new geometry fixesThomas White
2012-02-22First round of fallout from new geometry formatThomas White
2012-02-22Detect peaks in each panel individuallyThomas White
This avoids straying off a panel when doing the search.
2012-02-22Fix badrow directionThomas White
2012-02-22s/min_x/min_fs/ and so onThomas White
2012-02-22Allow badrow_direction = -Thomas White
2012-02-22Make find_projected_peaks() behave like find_intersections()Thomas White
Also make sure output_intensities() deals only with integration
2012-02-22The per-shot wavelength is needed for scaling and post refinementThomas White
2012-02-22Work on making iteration workThomas White
2012-02-22Finish implementation of binary treeThomas White
2012-02-22Start work on binary treeThomas White
2012-02-22Remove solid angle correctionThomas White
It's never correct when using "bucket" integration, and always correct when using "pixel" integration, so don't give the option.
2012-02-22Fix silly bug in integrate_peak()Thomas White
2012-02-22Fix integrate_peak() problems which caused incorrect peak positionsThomas White
2012-02-22Increase MAX_CPEAKSThomas White
2012-02-22indexamajig: Take minimum gradient on command lineThomas White
2012-02-22Tidy up previous commitThomas White
2012-02-22Honour --no-index (again), take peak separation in geometry fileThomas White
2012-02-22Zap quatsThomas White
The "orientation" quaternion should not rotate the Ewald sphere, but the crystal. This cleans things up a little, removing "orientation" from "struct image".
2012-02-22Don't cull peaks if badrow direction is not specifiedThomas White
2012-02-22s/hit/cpeak/Thomas White
Avoid confusion over the use of the word 'hit'.
2012-02-22Set sanity level low (to a working value)Thomas White
2012-02-22Estimate peak backgroundsThomas White
2012-02-22output_pixels() fixesThomas White
2012-02-22Add a new way of doing the peak integrationThomas White
2012-02-22Avoid confusionThomas White
2012-02-22Don't crash if the unit cell is too largeThomas White
2012-02-22Restore in_streak()Thomas White
Partially reverts commit 18a6007573a8a797d9ea6b472806770e8bbf8950.
2012-02-22Put I0 and found peaks in streamThomas White
2012-02-22indexamajig: Take output stream as a command line parameterThomas White
2012-02-22Remove duplicated functionality of map_position() and get_q()Thomas White
2012-02-22Ignore invalid peaks in sanity checkThomas White
2012-02-22Sanity check no longer requires projected peaksThomas White
2012-02-22Update sanity checkThomas White