aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-22get_hkl: Only expand phases we haveThomas White
2012-02-22Use the right scaling factor for RsplitThomas White
2012-02-22Do Poisson on photon counts, not ADUThomas White
2012-02-22FussinessThomas White
2012-02-22Better sanity check (Miller indices should be ~integers)Richard A. Kirian
2012-02-22Add option to limit peak SNRRichard A. Kirian
2012-02-22Threshold SNR in peak searchRichard A. Kirian
2012-02-22partial_sim: Initialise "copyme" to NULLThomas White
2012-02-22indexamajig: Add --copy-hdf5-field option for copying something to the HDF5 fileThomas White
2012-02-22Avoid NaN shifts of divergenceThomas White
2012-02-22StyleThomas White
2012-02-22Take number of dud images into account for partiality graphThomas White
2012-02-22Formatting fussinessThomas White
2012-02-22Rationalise handling of phases in RefListThomas White
2012-02-22Add a FIXMEThomas White
2012-02-22process_hkl: Remove old debugThomas White
2012-02-22Add weighting schemeThomas White
2012-02-22Clamp divergence at zeroThomas White
2012-02-22"Fix" divergence gradientThomas White
2012-02-22Total divergence is made up from rocking half the divergence in opposite ↵Thomas White
directions
2012-02-22Move "cubeit" to contribThomas White
2012-02-22Remove unhelpful warning messageThomas White
2012-02-22Show sample standard deviation on intensity histogramsThomas White
Not the standard deviation of the mean, i.e. multiply by sqrt(N) for display
2012-02-22Calculate reflection ESDs, apply minimum redundancy and show ESD on histogramsThomas White
2012-02-22Reduce number of bins in intensity histogramsThomas White
2012-02-22FussinessThomas White
2012-02-22Mark the full intensity position on the intensity histogramThomas White
2012-02-22Add commentThomas White
2012-02-22FormattingThomas White
2012-02-22Destroy mutexes when freeing a RefListThomas White
2012-02-22FormattingThomas White
2012-02-22Merge the reflections in multiple threadsThomas White
2012-02-22Fix previous commitThomas White
(But not the spelling)
2012-02-22Excluse reflections without at least one partner from the partiality graphThomas White
2012-02-22A cleaner (but slower) way of rejecting PR duds in scalingThomas White
2012-02-22Don't forget to initialise max_shiftThomas White
2012-02-22Fix stack corruptionThomas White
2012-02-22Don't bother setting scale factors to 1 before iterationThomas White
2012-02-22partial_sim: Use 0,0,0 for CPU parametersThomas White
2012-02-22FormattingThomas White
2012-02-22Multi-thread the scalingThomas White
2012-02-22Revert "New scaling procedure"Thomas White
This reverts commit 838a23c106786f5a1cee877533eee053c9f90282. Conflicts: src/hrs-scaling.c
2012-02-22Revert "Calculate full intensities as described in the paper"Thomas White
This reverts commit bb7e9cf9eb8419c2e2ff13fae99aee26ac3decdb.
2012-02-22Mistake in commentThomas White
2012-02-22Multiply the right way roundThomas White
2012-02-22New scaling procedureThomas White
2012-02-22Calculate full intensities as described in the paperThomas White
2012-02-22Get the amount of unit cell noise from the command lineThomas White
2012-02-22Comment out guide reflections mugwatchThomas White
2012-02-22Fix last commitThomas White