aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
AgeCommit message (Expand)Author
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
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 s...Thomas White
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
2010-06-02Missing spaceThomas White
2010-06-02Bad pixel mask is actually 16 bitsThomas White
2010-06-02Proper handling of bad pixel maskThomas White
2010-06-02Take account of bad regions of detectorThomas White
2010-05-28Fix WEIRD Valgrind warningsThomas White
2010-05-27Handle I0 == 1.0 correctlyThomas White
2010-05-27Fix peak sanity checkThomas White
2010-05-26Update commentThomas White
2010-05-26Add peak sanity checkThomas White
2010-05-26Make polarisation correction optional (whoops)Thomas White
2010-05-25Add gas detector value to output streamThomas White
2010-05-25Polarisation correction for extracted intensitiesThomas White
2010-05-06Fix cell used for output_intensities()Thomas White
2010-04-30New double hit statisticsThomas White
2010-04-29Clarify peak statisticsThomas White
2010-04-29Make peak detection/indexing statistics more liberalThomas White
2010-04-29Peak detection/indexing statisticsThomas White
2010-04-29Peak integration improvementsThomas White
2010-04-28indexamajig: Output indexed cell reciprocal axes in cartesian notationThomas White
2010-04-16Push output stream mutex down, and improve output of --near-bragg and --dump-...Thomas White
2010-04-06Compensate for pixel solid angle when integrating peaksThomas White
2010-04-06Include filename in --near-bragg outputThomas White
2010-03-31Re-integrate peak from early peak detection, instead of using old intensityThomas White
2010-03-29integrate_peak(): Handle the situation where there is no intensityThomas White
2010-03-29When measuring intensities, use nearby detected peak if presentThomas White
2010-03-29Remove bounds check - this is handled by integrate_peak()Thomas White
2010-03-28Use integrate_peak() instead of sum_nearby_points()Thomas White
2010-03-28Remove image_fom()Thomas White
2010-03-28Move contents of intensities.{c,h} to peaks.{c,h}Thomas White
2010-03-11hdfsee: Show reflection indices ("feature names")Thomas White
2010-03-08Tidy up and fix peak detection (carnage created by earlier refactoring)Thomas White
2010-03-05Fix problems with peak integrationThomas White
2010-03-03Don't overrun image array boundariesThomas White