Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | Clean up set_dim_structure_entry() and parsing of "dimX" in geometry file | Thomas White | |
Fixes CRYS-212 | |||
2018-11-02 | Fix possibly uninitialised dataf in read_cbf_data() | Thomas White | |
2018-11-02 | Change a couple of important asserts to if statements | Thomas White | |
2018-10-30 | peakfinder8: Fix some use-after-free errors | Thomas White | |
2018-10-22 | fix freeing unallocated memory | Yaroslav Gevorkov | |
2018-10-15 | xgandalf: always return centered cell, if it was provided | Yaroslav Gevorkov | |
2018-09-28 | mosflm: Check for existence of unit cell before checking centering | Thomas White | |
2018-09-27 | Write in stream whether crystal was selected as a "hit" or not | Thomas White | |
2018-09-27 | xds: Also set unique axis | Thomas White | |
2018-09-27 | xds: Increase INDEX_ERROR to 0.2 | Thomas White | |
As recommended on the XDSwiki for indexing individual frames | |||
2018-09-27 | xds: Read final unit cell, i.e. after refinement | Thomas White | |
Previously, we were reading the very first cell to pop out of the indexing, which didn't even follow the requested lattice type or centering. The result was that XDS couldn't index any centered lattices without cell combinations. | |||
2018-09-27 | xds: Fix space groups for lattices | Thomas White | |
2018-09-26 | parse_symmetry_operations(): Handle numbers, e.g. k-2h | Thomas White | |
2018-09-25 | Add warning about monoclinic I cells when using Mosflm | Thomas White | |
2018-09-20 | Don't give P centering to Mosflm when not providing cell parameters | Thomas White | |
It's supposed to ignore it, but apparently it doesn't. | |||
2018-09-20 | Allow cbf.gz buffer to grow if the file is large | Thomas White | |
2018-09-20 | Handle gzipped CBF files | Thomas White | |
2018-09-20 | Stop reading "simply" if file type is unknown | Thomas White | |
2018-09-20 | Factorise CBF data read | Thomas White | |
2018-09-19 | Stop opening file if it's not recognised | Thomas White | |
2018-09-19 | Handle 16bpp CBFs (as well as 32bpp) | Thomas White | |
2018-09-11 | Fix header dependencies between reflist.h and crystal.h | Thomas White | |
2018-09-10 | Merge branch 'tom/deltacchalf' | Thomas White | |
2018-09-10 | Make sure reflection contribution list gets freed | Thomas White | |
2018-09-10 | Fussiness / formatting | Thomas White | |
2018-09-10 | indexamajig: read pink beam spectrum from file | Alexandra Tolstikova | |
2018-09-10 | Change image.spectrum to image.spectrum0 to use a different structure for ↵ | Alexandra Tolstikova | |
spectrum. | |||
2018-09-10 | pattern_sim: read spectrum from file | Alexandra Tolstikova | |
2018-09-10 | Initialise audit info string when reading | Thomas White | |
2018-08-30 | Formatting fussiness | Thomas White | |
2018-08-30 | RefList: add contribution list | Thomas White | |
2018-08-30 | Reword error messages about dimensions in geometry file | Thomas White | |
2018-07-27 | indexamajig: Complain if profile radius determination fails | Thomas White | |
2018-07-11 | reduce minimum angle separation for similarity check of lattices | Yaroslav Gevorkov | |
2018-07-10 | Install the headers | Thomas White | |
2018-07-10 | Delete mosflm.lp and SUMMARY when cleaning up temporary folder | Thomas White | |
2018-07-09 | Fix typo | Thomas White | |
2018-07-09 | Add number of indexing attempts to stream | Thomas White | |
2018-06-29 | Merge branch 'tom/xgandalf' | Thomas White | |
2018-06-28 | Tidy up files created by Mosflm and Felix during probe | Thomas White | |
2018-06-28 | Felix: Complain if cell not provided | Thomas White | |
Prevents a confusing error message that Felix doesn't work, when in fact the problem is that no cell has been given (and Felix needs one). | |||
2018-06-28 | Remove worker process numbers from temporary filenames | Thomas White | |
Since we've had the separate worker folders for a long time, it's not needed any more. Removing them will make the temporary folders easier to clean up. | |||
2018-06-21 | Fix OpenCL tests and includes | Thomas White | |
2018-06-20 | Formatting fussiness | Thomas White | |
2018-06-20 | Add GPL headings | Thomas White | |
2018-06-20 | Tidy up xgandalf printfs | Thomas White | |
2018-06-19 | Fix FFTW include dir | Thomas White | |
2018-06-19 | Simplify pkg-config stuff | Thomas White | |
Use it directly (no fallbacks, at least not until someone really needs it). Also, use the full LDFLAGS instead of just LIBRARIES, because the former also includes the link directories. | |||
2018-06-18 | Add extern | Thomas White | |
2018-06-18 | Remove stray _ | Thomas White | |