Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |