aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2012-10-02Remove debugging messageThomas White
2012-10-02Finishing tweaks for uncentering stuffThomas White
Today, I have mostly been having my life made difficult by the PDB's invention of "H centering".
2012-10-02FormattingThomas White
2012-10-02More work on transformationsThomas White
2012-10-02Remove unnecessary includesThomas White
2012-10-02Implementation of UnitCellTransformationThomas White
2012-10-02WIPThomas White
2012-10-02WIPThomas White
2012-10-02WIPThomas White
2012-10-02WIP on cell transformationsThomas White
2012-10-02Uncenter the cell before using it for indexing stuffThomas White
2012-10-02Don't send cell parameters to MOSFLMThomas White
2012-10-02Send setting information to MOSFLMThomas White
2012-10-02WIPThomas White
2012-10-02Remove space group from unit cellThomas White
2012-10-02Move unit cell utility stuff to separate moduleThomas White
2012-10-02"divisors" not needed any moreThomas White
Was it ever needed?
2012-10-02WIPThomas White
2012-10-02Handle lattice type, centering and unique axis informationThomas 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-09-27FormattingThomas White
2012-08-10Set max_adu in simple_geometry()Thomas White
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