aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
AgeCommit message (Expand)Author
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
2010-02-26Handle images as floats rather than int16_tThomas White
2010-02-17Fix obvious mapping bugsThomas White
2010-02-17WIP on per-panel detector geometryThomas White
2010-02-171/d instead of qThomas White
2010-02-04Improved framework for detector geometryThomas White
2010-02-04Add --clean-image optionThomas White
2010-02-03Remove many debug messagesThomas White
2010-02-02Fix wrong headerThomas White
2010-01-28FussinessThomas White
2010-01-25Fix the obvious overrunThomas White
2010-01-25Centroid and integrate peaksThomas White
2010-01-21Adjust peak detection parametersThomas White
2010-01-21Fix hdfile layering violationsThomas White
2010-01-21Add Rick's common mode noise removalThomas White
2010-01-21Filter peaks which are obviously due to common mode streaksThomas White
2010-01-20Better parameterisation of the streak regionThomas White
2010-01-19Improve the operation of --dump-peaksThomas White