aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
AgeCommit message (Collapse)Author
2018-02-27Update comment to clarify interpretation of bandwidthThomas White
2017-09-21Improve error message when using CBF files and a multi-event geometryThomas White
2017-09-07remove_flagged_crystals(): Return the number of crystals removedThomas White
2017-07-24Update docsThomas White
2017-07-05Update docsThomas White
2017-05-03Detect CBF files, interface bitsThomas White
2017-05-02Skeleton image file APIThomas White
2017-05-02Initial CBF stuffThomas White
2016-07-01Remove slab-relative coordinates from geoptimiserThomas White
2016-07-01No more slab-relative coordinates in libcrystfelThomas White
2016-01-29Perform prediction refinement straight after indexingThomas White
This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working.
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-05Add option for per-pixel saturation valuesThomas White
2015-10-05Final removal of image->dataThomas White
2015-01-27Keep hold of HDF5 fields which came from the streamValerio Mariani
2015-01-27Add image_reflection_closest()Valerio Mariani
2014-10-23Add serial numbers to chunksThomas White
2014-09-24Remove bandwidth, divergence and profile radius from struct beam_paramsThomas White
2014-09-24Remove beam radius and nphotons from struct beam_paramsThomas White
2014-09-22Beam file removal, part IThomas White
2014-09-05Multi-event modeValerio Mariani
2014-09-05Updated author listsValerio Mariani
2014-09-05Refactoring of peaks and reflections I/OValerio Mariani
2014-09-05Update docsThomas White
2014-07-24Fixes closest feature detection bugValerio Mariani
2014-06-13Add extern "C" for C++ compatibilityChuck
2014-05-21Tidy up headersThomas White
2014-01-28Add two colour spectrumChun Hong Yoon
2014-01-20pattern_sim: Overhaul and add SASE spectrum simulationThomas White
2013-05-27Individual panel arraysThomas White
2013-02-18Read GrainSpotter's output properlyThomas White
2013-02-12Improve handling of indexing methodsThomas White
2013-02-08Count saturated peaks and record in the fileThomas White
2013-02-08Small tweaksThomas White
2013-02-08Update docs, comments etcThomas White
2013-02-04Indexing stuffThomas White
2013-01-30Stream changesThomas White
2013-01-28First bit of CrystalThomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-03-09Update licence notices in line with recommendations from TTThomas White
2012-02-24Remove I0 stuffThomas White
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
2012-02-22GPLv3 boilerplate commentsThomas White
2012-02-22Hooks for estimation of maximum resolution for each imageThomas White
2012-02-22Introduce "libcrystfel"Thomas White