aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2015-11-04pattern_sim: Fix obvious stupid bugThomas White
2015-11-03hdfsee: Restore TIFF outputThomas White
2015-11-03hdfsee: Restore ADSC outputThomas White
2015-11-03Merge branch 'tom/imagedata'Thomas White
2015-11-03Corrected logical mistake in computing panel distancesValerio Mariani
2015-10-30hdfsee: Fix crash when changing rigid group in calibration modeThomas White
The number of rigid groups overall is usually greater than the number of rigid groups in the current collection. Therefore, the "previous rg" function wrapped round to the wrong place.
2015-10-30Don't forget to install manual page for list_eventsThomas White
2015-10-27Update docs for pattern_simThomas White
2015-10-15Improved scripts/plot-predict-refineThomas White
2015-10-12Fix extern / fussinessThomas White
2015-10-07Merge branch 'master' into tom/imagedataThomas White
2015-10-07hdfile_get_string_value(): Rearrange control flowThomas White
This is not a nice function, and seemed to contain a weird stack corruption somewhere. It is still not a nice function, but at least no longer seems to contain a weird stack corruption.
2015-10-07FormattingThomas White
2015-10-07Fix a small memory leakThomas White
2015-10-07FussinessThomas White
2015-10-07tests/gpu_sim_check: Update for new GPU simulation codeThomas White
2015-10-07pattern_sim: Remove image->data (GPU only)Thomas White
2015-10-06FussinessThomas White
2015-10-06Fix tests/ring_checkThomas White
2015-10-05Final removal of image->dataThomas White
2015-10-05hdfsee: Disable TIFF/ADSC output functionsThomas White
Need a better solution here: fix them or delete them
2015-10-05hdfsee: Remove image->dataThomas White
2015-10-05Tests: Remove image->dataThomas White
2015-10-05geoptimiser: Remove image->dataThomas White
2015-10-05partial_sim: Remove image->dataThomas White
2015-10-05pattern_sim: Remove image->data (CPU only)Thomas White
2015-10-05process_image(): Remove image->dataThomas White
2015-10-05search_peaks() / integrate_peak(): Remove image->dataThomas White
2015-10-05unpack_panels() etc: Remove image->dataThomas White
2015-10-05debodge_saturation(): Remove image->dataThomas White
2015-10-05Add find_orig_panel_number()Thomas White