aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2012-08-09Fix typo in 'profile_radius' warningThomas White
2012-08-09Fix crash when there are too many unit cell candidatesThomas White
2012-08-08Fix buglets spotted by new compiler on Fedora 17Thomas White
2012-07-31This is CrystFEL 0.4.00.4.0Thomas White
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-26Suppress a couple of warningsThomas White
Since these will probably be around for a while...
2012-07-26Improve the parsing of beam parameter filesThomas White
2012-07-26New parameter in beam description files: profile_radiusThomas White
2012-07-23Merge branch 'tom/speed'Thomas White
2012-07-22Add write_detector_geometry() to detector.hThomas White
2012-07-11More memory leaksThomas White
2012-07-11Fix a load of memory leaksThomas White
2012-07-03Fix the detection of an actual phase value in a reflection listThomas White
2012-07-02Merge branch 'master' into tom/speedThomas White
Conflicts: libcrystfel/src/peaks.c src/indexamajig.c
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-21Fix skip_some_files()Thomas White
Without chomp(), the string comparison never works.
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
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
Saturated pixels seem to be OK during initial peak search
2012-05-31Merge branch 'master' into tom/speedThomas White
Conflicts: .gitignore
2012-05-30Fix previous commitThomas White
2012-05-30FormattingThomas White
2012-05-30Reconfigure Gnulib with --libtool (and update to latest)Thomas White
2012-05-30Merge branch 'master' into tom/speedThomas White
2012-05-29Remove commented linesThomas White
2012-05-25WIP on tidy-upThomas White
2012-05-22Remove timing stuff (and trailing whitespace)Thomas White
2012-05-22Merge branch 'master' into tom/speedThomas White
2012-05-21ADU threshold is on pixel value, not photon-bg subtracted versionThomas White
2012-05-21Write max_adu out to saved geometry fileThomas White
2012-05-21ADU limit in peak integrationThomas White
2012-05-09Multiprocess indexamajigChuck
2012-04-26Update the peak coordinates when doing --closer-peakThomas White
This should make it much more obvious (via check-near-bragg) when the peak positions are wrong.
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-19FormattingThomas White
2012-04-19Remove check for rlow > rhighThomas White
I'm happy that there are no gremlins here, now. This happens only for 000, where rlow and rhigh both go to zero. It doesn't make sense to have a special check for the condition.
2012-04-19Simplify prediction criterionThomas White
2012-04-10Fix maximum index calculationThomas White
2012-04-05Remove old commentThomas White
2012-04-05Fix partiality calculationThomas White
2012-04-05Improved spot predictionThomas White