aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-24FormattingThomas White
2012-07-23process_hkl: Make --stop-after workThomas White
2012-07-23indexamajig: Remove "Worker <n> exited normally" messageThomas White
2012-07-23Merge branch 'tom/speed'Thomas White
2012-07-23process_hkl: Add --no-polarisation optionThomas White
2012-07-22partial_sim: Fix typoThomas White
2012-07-22Add write_detector_geometry() to detector.hThomas White
2012-07-20Break down locking a bitThomas White
2012-07-20Tidy up the exit path from run_work()Thomas White
2012-07-20Simplify signal handlingThomas White
2012-07-18Block SIGCHLD while mutex is lockedThomas White
2012-07-15Tweak messages and lockingThomas White
2012-07-15Add lockingThomas White
2012-07-15Sandboxy stuffThomas White
2012-07-15Move indexer sandbox to a new fileThomas White
2012-07-13More memory leaks and exit pathsThomas White
2012-07-13Skeleton signal handlerThomas White
2012-07-13indexamajig: Correct command line optionsThomas White
2012-07-13partial_sim: Don't start too many calculations by accidentThomas White
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