aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-10-05hdfile_write_image(): Remove image->dataThomas White
2015-10-05Remove use of image->data in record_image()Thomas White
2015-10-05Read integers from HDF5 properlyThomas White
2015-10-05Read variable-length HDF5 strings properlyThomas White
2015-09-29Tidy up verbosity of residualsThomas White
2015-09-29Make prototypes of residual() and log_residual() agreeThomas White
2015-09-25partialator: Rationalise residual calculation and displayThomas White
2015-09-24Reject big B factors before trying PRThomas White
2015-09-22scripts/peak-intensity: re-write and update for latest formatThomas White
2015-09-18ambigator: Write correlation matrix in lines, not all at onceThomas White
2015-09-18ambigator: More error checkingThomas White
2015-09-17Improve detection of out-of-memory condition when reading streamThomas White
2015-09-17FormattingThomas White
2015-09-17ambigator: Improve detection of out of memory conditionThomas White
2015-09-16Update docsThomas White