Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-12 | Fix nominal space group when exporting MTZ in PG 2 | Thomas White | |
2021-10-20 | Remove unused parameter | Thomas White | |
2021-10-20 | Fix column types for plain MTZ output | Thomas White | |
2021-10-20 | Add "plain" MTZ file layout, distinct from "Bijvoet" layout | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52 | |||
2021-10-20 | Set crystal name in MTZ files | Thomas White | |
When using the GUI, it will be set to the corresponding indexing result name. | |||
2021-08-20 | write_to_xds: Add missing 'S' (!) | Thomas White | |
2021-07-23 | Add field widths to all sscanf("%s") | Thomas White | |
2021-07-22 | Clean up shadowed variables | Thomas White | |
2021-07-21 | Reduce variable scope where possible | Thomas White | |
2021-05-17 | Resolve FIXMEs and TODOs | Thomas White | |
Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects | |||
2021-04-30 | write_to_mtz: Fix column names and types | Thomas White | |
2021-04-27 | Rename libcrystfel's config.h to libcrystfel-config.h | Thomas White | |
This removes the big potential for confusion, which has happened several times (see e.g. 095cbebaf6). It also fixes in-tree builds with CMake (but seriously, always use out-of-tree builds). Fixes #2. | |||
2021-03-16 | Move MTZ and XDS export to libcrystfel | Thomas White | |
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-10-27 | Fix a possibly overrun string | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-09-10 | Make sure reflection contribution list gets freed | Thomas White | |
2018-03-13 | Nicer way of getting Git revision | Thomas White | |
This will need a separate way to create the official releases (which shouldn't have Git revisions attached) | |||
2017-10-19 | Add read_reflections_2() to API | Thomas White | |
New version for reading the symmetry as well | |||
2017-10-12 | Remove write_reflections_to_file() from API | Thomas White | |
It's there because it used to be used to write the reflections into the stream. Therefore there was a need for a function to write a bare list of reflections to a file, with no headers. Since then, the stream and merged reflection file formats have diverged, so there's no use for this other than to confuse people. | |||
2017-03-13 | Ask for C99 in configure.ac, remove weird C99 declarations | Thomas White | |
2016-08-16 | Add reflist_add_command_and_version() | Thomas White | |
2016-08-16 | Read and write RefList notes to reflection list files | Thomas White | |
2015-04-20 | Make panel assignments invariant during prediction- and post-refinement | Thomas White | |
Reflections appearing and disappearing are problematic when trying to do a least-squares refinement. Therefore, assume that reflections stay on panel and keep them under consideration even if their partialities go to zero (i.e. they drift off Bragg). This should stabilise both refinements, and simplifies quite a lot of code. Collateral "damage": the old "select_intersection()" is now gone. | |||
2014-11-14 | Revert update of old deprecated reflection list format | Thomas White | |
Since nothing writes in this modified format (including fs, ss and pn), it makes no sense to be able to read it. This commit reverts a small part of c194bf77. | |||
2014-09-05 | Updated author lists | Valerio Mariani | |
2014-09-05 | Refactoring of peaks and reflections I/O | Valerio Mariani | |
2014-03-03 | Formatting fussiness | Thomas White | |
2014-03-03 | New reflection list format | Thomas White | |
2013-01-04 | Tidy up documentation | Thomas White | |
2012-10-02 | Move unit cell utility stuff to separate module | Thomas White | |
2012-07-03 | Fix the detection of an actual phase value in a reflection list | Thomas White | |
2012-03-12 | Remove unused variables | Thomas White | |
2012-03-12 | Update copyright notices to show actual contribution years | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-09 | process_hkl: Add polarisation correction and improved scaling | Thomas White | |
2012-03-09 | Fix documentation | Thomas White | |
2012-03-07 | Fix bug in reflection list loading | Thomas White | |
2012-03-06 | Don't include 1/d in reflection lists, because it's pointless | Thomas White | |
2012-03-06 | Rename old array functions to get them out of the way of API consistency | Thomas White | |
2012-02-22 | GPLv3 boilerplate comments | Thomas White | |
2012-02-22 | Hooks for estimation of maximum resolution for each image | Thomas White | |
2012-02-22 | Fussiness | Thomas White | |
2012-02-22 | Add _GNU_SOURCE to get M_PI as well | Thomas White | |
2012-02-22 | Add #define _ISOC99_SOURCE to get INFINITY and NAN | Thomas White | |
2012-02-22 | Move the "indexed reflection array" thing to where it can't do any harm | Thomas White | |
2012-02-22 | Move a load more stuff into libcrystfel | Thomas White | |