aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-12Fix leaked fdsThomas White
2012-07-12FormattingThomas White
2012-07-11More memory leaksThomas White
2012-07-11Fix a load of memory leaksThomas White
2012-07-08FormattingThomas White
2012-07-08Write stream without using a lock at allThomas White
2012-07-03check_hkl: Add Angstrom column as wellThomas White
2012-07-03compare_hkl: Use separate denominators when calculating R-factors in shellsThomas White
If there are large changes in intensity between shells, the R-factor should reflect it. The old formulation did not have that property. Weak resolution shells would show up with low R-factors because they contributed very little to the overall R-factor, but the actual correspondence between intensities could still be very poor.
2012-07-03compare_hkl: Improve column headerThomas White
2012-07-03compare_hkl: Show resolution shell centre in Angstroms as wellThomas White
2012-07-03Fix the detection of an actual phase value in a reflection listThomas White
2012-07-03Tweak error messagesThomas White
2012-07-03Use fdopen() instead of fopen()Thomas White
2012-07-03Locking fussinessThomas White
2012-07-03indexamajig: Remove benign "timeout" messageThomas White
2012-07-02compare_hkl: Add --sigma-cutoff optionThomas White
2012-07-02Merge branch 'master' into tom/speedThomas White
Conflicts: libcrystfel/src/peaks.c src/indexamajig.c
2012-06-28pattern_sim: Use hdf5_write() instead of hdf5_write_image()Thomas White
This means that the wavelength gets put into the HDF5 file.
2012-06-28FormattingThomas 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-28Restore bandwidth and subsampling to pattern_simThomas White
2012-06-26Make units of corner_* explicity in crystfel_geometry(5)Thomas White
2012-06-23Fix missing word in crystfel_geometry(5)Thomas 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-06-06FormattingThomas White
2012-05-31Merge branch 'master' into tom/speedThomas White
Conflicts: .gitignore
2012-05-30Un-ignore and add .h files from GnulibThomas White
2012-05-30Fix previous commitThomas White
2012-05-30FormattingThomas White
2012-05-30Reconfigure Gnulib with --libtool (and update to latest)Thomas White
2012-05-30Remove pseudo-merohedral list from symmetry tableThomas White
It's an incomplete list, so let's not pretend otherwise.
2012-05-30Merge branch 'master' into tom/speedThomas White
2012-05-30Merge branch 'tom/max_adu'Thomas White
2012-05-30Add an extra checkThomas White
2012-05-30Tighten up file and error handlingThomas White
2012-05-29Handle the end of the file list cleanlyThomas White
2012-05-29Remove commented linesThomas White
2012-05-29Fix select() callThomas White
2012-05-29WIPThomas White
2012-05-29indexamajig: Fix includesThomas White