aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.c
AgeCommit message (Collapse)Author
2014-09-22Beam file removal, part IThomas White
2014-09-02integrate_peak(): Revert use of image->dpThomas White
2014-08-13Remove old bad region tests and use dp instead of data for integration of peaksThomas White
2014-08-13Respect all bad pixels during peak detectionThomas White
Not just no_index panels and bad regions
2014-08-13Remove integrate_peak() from the APIThomas White
Good riddance. One of my least favourite routines.
2014-08-11Take overlaps into account during integrationThomas White
2014-07-24Fixes closest feature detection bugValerio Mariani
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
The old version led to a curious situation where the number of saturated peaks could be much greater than the number of peaks, even without --no-use-saturated.
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
There are no side-effects to setting it either way, and the caller can just set saturated=NULL or ignore the result.
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
Fixes a segfault
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
This fixes a regression introduced by ad2c84d0, predating the initial CrystFEL release.
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
This fixes a speed regression introduced by dca1938a.
2012-10-02Fix the other exit condition from integrate_peak()Thomas White
This REALLY fixes a significant data quality regression introduced by f668e3b3 (21st June 2012)
2012-10-01Fix exit condition from integrate_peak()Thomas White
This fixes a significant data quality regression introduced by f668e3b3 (21st June 2012)
2012-10-01make_bgMask() does not need to know the peak coordinates (any more)Thomas White
Also, s/ir_in/ir_inn/
2012-07-30Immediately reject pixels above max_adu in the peak searchThomas White
This leads to a big improvement in speed when (ab)using max_adu for gaps in the detector.
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
This reverts commit ae51e75490daf47e2deefe83e72a1f5c092fa023.
2012-06-20FussinessThomas White