Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | indexamajig: Remove "Worker <n> exited normally" message | Thomas White | |
2012-07-23 | Merge branch 'tom/speed' | Thomas White | |
2012-07-23 | process_hkl: Add --no-polarisation option | Thomas White | |
2012-07-22 | partial_sim: Fix typo | Thomas White | |
2012-07-22 | Add write_detector_geometry() to detector.h | Thomas White | |
2012-07-20 | Break down locking a bit | Thomas White | |
2012-07-20 | Tidy up the exit path from run_work() | Thomas White | |
2012-07-20 | Simplify signal handling | Thomas White | |
2012-07-18 | Block SIGCHLD while mutex is locked | Thomas White | |
2012-07-15 | Tweak messages and locking | Thomas White | |
2012-07-15 | Add locking | Thomas White | |
2012-07-15 | Sandboxy stuff | Thomas White | |
2012-07-15 | Move indexer sandbox to a new file | Thomas White | |
2012-07-13 | More memory leaks and exit paths | Thomas White | |
2012-07-13 | Skeleton signal handler | Thomas White | |
2012-07-13 | indexamajig: Correct command line options | Thomas White | |
2012-07-13 | partial_sim: Don't start too many calculations by accident | Thomas White | |
2012-07-12 | Fix leaked fds | Thomas White | |
2012-07-12 | Formatting | Thomas White | |
2012-07-11 | More memory leaks | Thomas White | |
2012-07-11 | Fix a load of memory leaks | Thomas White | |
2012-07-08 | Formatting | Thomas White | |
2012-07-08 | Write stream without using a lock at all | Thomas White | |
2012-07-03 | check_hkl: Add Angstrom column as well | Thomas White | |
2012-07-03 | compare_hkl: Use separate denominators when calculating R-factors in shells | Thomas 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-03 | compare_hkl: Improve column header | Thomas White | |
2012-07-03 | compare_hkl: Show resolution shell centre in Angstroms as well | Thomas White | |
2012-07-03 | Fix the detection of an actual phase value in a reflection list | Thomas White | |
2012-07-03 | Tweak error messages | Thomas White | |
2012-07-03 | Use fdopen() instead of fopen() | Thomas White | |
2012-07-03 | Locking fussiness | Thomas White | |
2012-07-03 | indexamajig: Remove benign "timeout" message | Thomas White | |
2012-07-02 | compare_hkl: Add --sigma-cutoff option | Thomas White | |
2012-07-02 | Merge branch 'master' into tom/speed | Thomas White | |
Conflicts: libcrystfel/src/peaks.c src/indexamajig.c | |||
2012-06-28 | pattern_sim: Use hdf5_write() instead of hdf5_write_image() | Thomas White | |
This means that the wavelength gets put into the HDF5 file. | |||
2012-06-28 | Formatting | Thomas White | |
2012-06-28 | Warn user if any peaks were badrow culled | Thomas White | |
2012-06-28 | Don't lie about the number of badrow culled peaks | Thomas White | |
2012-06-28 | Remove peak_sep from detector geometry file, use ir_inn instead | Thomas White | |
2012-06-28 | Restore bandwidth and subsampling to pattern_sim | Thomas White | |
2012-06-26 | Make units of corner_* explicity in crystfel_geometry(5) | Thomas White | |
2012-06-23 | Fix missing word in crystfel_geometry(5) | Thomas White | |
2012-06-21 | More fussiness | Thomas White | |
2012-06-21 | Fix skip_some_files() | Thomas White | |
Without chomp(), the string comparison never works. | |||
2012-06-21 | More fussiness | Thomas White | |
2012-06-21 | Update authorship | Thomas White | |
2012-06-20 | Revert "Remove deprecated SNR cutoff" | Thomas White | |
This reverts commit ae51e75490daf47e2deefe83e72a1f5c092fa023. | |||
2012-06-20 | Fussiness | Thomas White | |
2012-06-20 | Merge remote-tracking branch 'bitwiz/ken/int_noPkBg' | Thomas White | |
2012-06-13 | Mask peaks in the background calculation of integrate_peak. | Kenneth Beyerlein | |