aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
AgeCommit message (Collapse)Author
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
2012-02-22Describe and honour no_indexThomas White
2012-02-22Use correct values for circular integration domainThomas White
2012-02-22Add the possibility to use a circular (instead of 'crystallographic') ↵Thomas White
integration domain
2012-02-22Set rounding mode, use lrint() instead of rint()Thomas White
2012-02-22indexamajig: Implement --no-closer-peakThomas White
2012-02-22indexamajig: Add --no-closer-peak optionThomas White
2012-02-22indexamajig: Get peak threshold on command lineThomas White
2012-02-22Handle bad pixel mask correctly (?)Thomas White
2012-02-22facetron: Add pre-refinementThomas White
2012-02-22Update peak detection for new dataThomas White
- Remove in_streak() - handled by bad regions and preprocessing - Alter threshold
2012-02-22Don't use cull_peaks() unless geometry is presentThomas White
2012-02-22Rationalise polarization optionThomas White
2012-02-22indexamajig: Make SA correction optional (but on by default)Thomas White
2012-02-22Noisy row improvementsThomas White
Handle noisy pixels per panel only Make the direction of elimination configurable
2012-02-22Skip invalid peaks when countingThomas White
2010-06-12Rotate detectorThomas White
2010-06-12Increase tolerance when culling peaksThomas White
2010-06-12Initialisation of "p"Thomas White
2010-06-12Bypass SA correction (hence need for detector geometry) during initial peak ↵Thomas White
search
2010-06-11Get detector geometry from fileThomas White
2010-06-11More SPOTThomas White
2010-06-11Fix previous commitThomas White
2010-06-11SPOTThomas White
2010-06-11SighThomas White
2010-06-11output_intensities(): Find peaks if none currently presentThomas White
2010-06-05pattern_sim: Fix uninitialised stuffThomas White
2010-06-05Fix/add exit pathsThomas White
2010-06-05Bring pattern_sim up to dateThomas White