aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06Indexing engine private pointers should be void *Thomas White
2017-07-06Update docsThomas White
2017-07-06Temporary fix for the geomptimiser not being able to optimize whole quadrantsValerio Mariani
2017-07-06Update to peakfinder8, with bug fixed and new functionality. Code synced with...Valerio Mariani
2017-07-05Update docsThomas White
2017-07-05Rearrange quaternion declarations so that gtk-doc can copeThomas White
2017-07-04Add a missing newlineThomas White
2017-07-04Switch CBF support on by defaultThomas White
2017-07-04pattern_sim: Try all OpenCL platforms to find one with a GPU deviceThomas White
2017-07-04Check for CBF headers, even if they're somewhere weirdThomas White
2017-06-27indexamajig: Add --no-non-hits-in-streamThomas White
2017-06-27Dummy setup bits for INDEXING_NONEThomas White
2017-06-27If prediction refinement fails, don't carry on and check the cellThomas White
2017-06-23Accept either cbf/cbf.h or cbflib/cbf.hThomas White
2017-06-21Update ChangeLogThomas White
2017-06-21Close more leftover HDF5 handlesThomas White
2017-06-21Don't compile CBF stuff without CBFlibThomas White
2017-06-21Close leftover HDF5 handlesThomas White
2017-06-21hdf5_read2(): Fix exit pathThomas White
2017-06-21indexamajig: Add --min-peaks (basic hitfinder functionality)Thomas White
2017-06-21Merge branch 'tom/cbf'Thomas White
2017-05-18Update ChangeLogThomas White
2017-05-17Actually add scripts/sum-peaksThomas White
2017-05-16check_hkl: Calculate resolution of reflection with asymmetric indices for bot...Thomas White
2017-05-16Add scripts/sum-peaksThomas White
2017-05-12Make all Python scripts compatible with Python 2 and 3Thomas White
2017-05-09Allow reading CBF without geometry (only for simple viewing)Thomas White
2017-05-09Add missing checksThomas White
2017-05-05Show filename of CBF file if it can't be readThomas White
2017-05-05Fill in photon energy, clen and adu for CBFsThomas White
2017-05-05Allow location of photon energy (eg in HDF5 file) to start with any characterThomas White
2017-05-05Read CBF dataThomas White
2017-05-03hdfsee: Use new imagefile APIThomas White
2017-05-03Detect CBF files, interface bitsThomas White
2017-05-03hdfile_set_image(): Remove panel argumentThomas White
2017-05-03autoconf bits for CBFlibThomas White
2017-05-03HDF5 reading under new APIThomas White
2017-05-02Skeleton image file APIThomas White
2017-05-02Initial CBF stuffThomas White
2017-04-13Add half-pixel offset for peakfinder8Thomas White
2017-04-13hdf5_read2(): Free buffers when read failsThomas White
2017-03-31geoptimiser: Show peak information when there is a problemThomas White
2017-03-31geoptimiser: Fix rounding of peak coordinatesThomas White
2017-03-31Offset peak locations from HDF5 or CXI files by 0.5,0.5Thomas White
2017-03-24indexamajig: Format --help and fix typosThomas White
2017-03-24Remove an old debugging messageThomas White
2017-03-24Propagate error if indexing method is unrecognisedThomas White
2017-03-24Merge branch 'valerio/peakfinder8'Thomas White
2017-03-24Mostly fussinessThomas White
2017-03-22Completely revamped implementation of peakfinder8Valerio Mariani