aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.c
AgeCommit message (Expand)Author
2014-03-28validate_peaks(): Count saturated peaks only if they are being rejectedThomas White
2014-03-28integrate_peak(): Useful return codesThomas White
2014-03-26indexamajig: Don't check SNR with --peaks=hdf5 unless given --check-hdf5-snrThomas White
2013-08-20Re-order peak testsThomas White
2013-06-28Don't check max_adu during gradient search if --use-saturated is givenThomas White
2013-06-26Track number of rejected saturated peaksThomas White
2013-05-27Initial integration stuffThomas White
2013-04-24Add docs/stream-format.txt and clarify count of saturated reflectionsThomas White
2013-04-16Restore immediate rejection of pixels above max_aduThomas White
2013-04-16Remove "use_saturated" argument to integrate_peak()Thomas White
2013-02-09Add '--res-cutoff'Thomas White
2013-02-08Saturation counting fixesThomas White
2013-02-08Count saturated peaks and record in the fileThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-04Indexing stuffThomas White
2013-01-30Peak integration changesThomas White
2013-01-04integrate_peak(): check that 'saturated' isn't NULL before usingThomas White
2012-12-03Treat SNR=nan (=0/0) as below any SNR thresholdThomas White
2012-11-30Fix uninitialised saturation flagThomas White
2012-11-29indexamajig: Add --use-saturatedThomas White
2012-11-29Suppress "Couldn't sort reflections" message when there are no predicted peaksThomas White
2012-11-29indexamajig: Add --integrate-saturatedThomas White
2012-10-22indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5Thomas White
2012-10-22Fix (still) broken bad rectangle testThomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-10-20integrate_peak(): Restore check for bad regionThomas White
2012-10-02Use the correct panel numberThomas White
2012-10-02Move unit cell utility stuff to separate moduleThomas White
2012-10-02Factorise background maskThomas White
2012-10-02Fix the other exit condition from integrate_peak()Thomas White
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