aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.c
AgeCommit message (Expand)Author
2012-10-01Fix exit condition from integrate_peak()Thomas White
2012-10-01make_bgMask() does not need to know the peak coordinates (any more)Thomas White
2012-07-30Immediately reject pixels above max_adu in the peak searchThomas White
2012-07-11More memory leaksThomas White
2012-07-11Fix a load of memory leaksThomas White
2012-06-28Warn user if any peaks were badrow culledThomas White
2012-06-28Don't lie about the number of badrow culled peaksThomas White
2012-06-28Remove peak_sep from detector geometry file, use ir_inn insteadThomas White
2012-06-21More fussinessThomas White
2012-06-21More fussinessThomas White
2012-06-21Update authorshipThomas White
2012-06-20Revert "Remove deprecated SNR cutoff"Thomas White
2012-06-20FussinessThomas White
2012-06-20Merge remote-tracking branch 'bitwiz/ken/int_noPkBg'Thomas White
2012-06-13Mask peaks in the background calculation of integrate_peak.Kenneth Beyerlein
2012-06-07Use max_adu only for final integrationThomas White
2012-05-21ADU threshold is on pixel value, not photon-bg subtracted versionThomas White
2012-05-21ADU limit in peak integrationThomas White
2012-04-26Update the peak coordinates when doing --closer-peakThomas White
2012-04-26Single point of truth for indices when sorting reflectionsThomas White
2012-04-26indexamajig: Make --no-closer-peak the defaultThomas White
2012-04-26Remove PEAK_CLOSE (not used for anything)Thomas White
2012-04-05Fix iteration bounds for peak integrationThomas White
2012-03-29integrate_peak() should be staticThomas White
2012-03-26Make sure 'diffracting_resolution' is setThomas White
2012-03-12Update copyright notices to show actual contribution yearsThomas White
2012-03-09"Final" tweaks to integration and testsThomas White
2012-03-09Compile libcrystfel with -Wall, fix warningsThomas White
2012-03-09indexamajig: Take integration radii on command lineThomas White
2012-03-09Updates for ADU per eVThomas White
2012-03-09Update copyrightThomas White
2012-03-09Attempt to make the peak integration suck (slightly) lessThomas White
2012-03-07indexamajig: Remove polarization correctionThomas White
2012-03-06Add "err" to get_tt()Thomas White
2012-03-06Rename old array functions to get them out of the way of API consistencyThomas White
2012-02-29Fix bug in peak integration ESD calculationThomas White
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22FormattingThomas White
2012-02-22More ReAx improvementsThomas White
2012-02-22Tidy up and fix stupid bugs (that Valgrind missed...)Thomas White
2012-02-22Remove deprecated SNR cutoffThomas White
2012-02-22Check to see if there are any reflectionsThomas White
2012-02-22Add an assertionThomas White
2012-02-22Fix big memory leakThomas White
2012-02-22Integrate in order of resolutionThomas White
2012-02-22Don't forget to increment the indexThomas White
2012-02-22Integrate via "sorted" list (sorting not implemented yet)Thomas White
2012-02-22Get rid of estimate_resolution()Thomas White
2012-02-22Update a few copyright datesThomas White
2012-02-22Avoid using uninitialised peak parameters (if integration failed)Thomas White