aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-29felix: return the number of crystalsThomas White
2016-01-29Use a fresh copy of the peak list for each new indexing methodThomas White
2016-01-27asdf: Don't assume that the number of peaks == image_feature_count()Thomas White
Yes, really. Sorry about the crappy API.
2016-01-16scripts/ave-resolution: Show histogram of resolution valuesThomas White
2016-01-15Use only the first two dimensions when using an external bad pixel mask or ↵Thomas White
saturation map
2016-01-15Set indexing -nomulti as the default, and add a warningThomas White
2016-01-13Fix logic for -retry and -multiThomas White
2016-01-08Make indexing "retry" and "multi" optionalThomas White
2016-01-08ambigator: Don't require -yThomas White
The manual says that -y 1 is the default.
2016-01-08Replace incorrect label in geoptimiserValerio Mariani
2016-01-06Rearrange columns in partialator.paramsThomas White
2016-01-06Print filename and event string in the partialator.params output fileValerio Mariani
2016-01-06search_peaks_in_panel(): Fix iteration bounds (again)Thomas White
2015-12-18Saturation map fixesThomas White
2015-12-18Allow peak check to pass just by accounting for more than 5 peaksThomas White
The "old" criterion is still allowed for a pass, but would filter out multi-lattice hits.
2015-12-18"Retry" mechanism for indexingThomas White
This increases the indexing rate a bit in situations where there are lots of weak peaks which, although they may be real, don't help indexing. The weakest 10% of peaks get cut out and the indexing re-run. This also allows multiple hits to be indexed, using the "inelegant peak subtraction method", by retrying indexing in the same way after deleting peaks which are accounted for by the lattice just found.
2015-12-17hdfsee: Update docsThomas White
2015-12-17list_events: Handle broken event listThomas White
2015-12-17Clean up unused codeThomas White
2015-12-15Update paper reference in geoptimiser man pageThomas White
2015-12-13indexamajig: Restart fgets() in pump_chunk() if interrupted by system callThomas White
This fixes the occasional unterminated chunk found in the output.
2015-12-10Fix integration tests for new saturation mapThomas White
2015-12-05Add option for per-pixel saturation valuesThomas White
2015-12-03scripts/turbo-index: Add missing "done"Thomas White
2015-12-01hdfsee: Round panel transformations before passing them to CairoThomas White
This prevents the slight blurring of image data which happened before.
2015-11-27Fix documentationThomas White
2015-11-27indexamajig: Write target unit cell into streamThomas White
2015-11-19Maximum number of iterations for scalingThomas White
2015-11-19partialator: Set default push-res to infinityThomas White
Not needed now that the scaling is more stable
2015-11-19Monitor average BThomas White
2015-11-19Count reflections in merge and scalingThomas White
2015-11-18Move B factor limit to general rejection functionThomas White
2015-11-18No free-flagged reflections in merge for scalingThomas White
2015-11-18Factorise get_locked_reflection()Thomas White
2015-11-18partialator: Scale (strictly) using strong reflections onlyThomas White
2015-11-18merge_intensities(): add use_weak optionThomas White
2015-11-18Documentation fixesThomas White
2015-11-17Update docsThomas White
2015-11-17Add a warningThomas White
2015-11-17Make integration WITHOUT gradient background the defaultThomas White
2015-11-17Make gradient background fitting optionalThomas White
2015-11-13Fussiness (extreme)Thomas White
2015-11-13Avoid NULL dereference in some scenarios when there is no bad pixel maskThomas White
2015-11-13Fussiness/add a FIXMEThomas White
2015-11-13Fix bug in process_hkl documentationThomas White
2015-11-10Improve single_panel_data_source()Thomas White
Fixes two problems: 1. Copious memory leaks via strdup() 2. Hardcoded default /data/data, not used anywhere else
2015-11-10Remove old codeThomas White
2015-11-10Fix hardcoded maximum gradient for integrationThomas White
2015-11-06Remove unused definitionThomas White
2015-11-06Fix iteration bounds for peak searchThomas White
It was out by one because of some leftover characters from the previous version.