Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-08-19 | ambigator: Open input stream in the right mode | Thomas White | |
This fixes a (potentially data-deleting!) bug introduced by 9eec5930b. | |||
2020-08-19 | Remove STREAM_UNITCELL and STREAM_CRYSTALS | Thomas White | |
These flags weren't orthogonal at all, which was turning some routines into spaghetti-code. It's still possible to avoid read/write of peak lists, reflection data or image data. But that's it. | |||
2020-08-19 | Make Stream responsible for its own DataTemplate | Thomas White | |
It makes no sense for a different DataTemplate to be used for every frame in a stream. And this way makes everything much easier for users ot the API. | |||
2020-07-31 | ambigator: Rename queue_args | 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-07-29 | Convert ambigator to new Stream API | Thomas White | |
2020-07-29 | Fix ambigator (add include, remove image.det) | Thomas White | |
2020-07-29 | Convert stream to DataTemplate | Thomas White | |
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-07-22 | ambigator: Use three pre-defined resolution bins if no resolution limits are ↵ | Thomas White | |
given | |||
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-04-25 | ambigator: Add own audit information to stream | 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-23 | Check return values from fread/fgets | Thomas White | |
2016-11-04 | Add (more) warnings about unique axes | Thomas White | |
2016-01-08 | ambigator: Don't require -y | Thomas White | |
The manual says that -y 1 is the default. | |||
2015-09-18 | ambigator: Write correlation matrix in lines, not all at once | Thomas White | |
2015-09-18 | ambigator: More error checking | Thomas White | |
2015-09-17 | ambigator: Improve detection of out of memory condition | Thomas White | |
2015-08-14 | ambigator: Allow for very large numbers of correlation coefficients | Thomas White | |
2015-06-15 | ambigator: Change order of checking command line options | Thomas White | |
This allows a useful possibility of using only -y/-w to calculate a left coset decomposition. | |||
2014-12-09 | Capitalise all warnings | Thomas White | |
2014-10-07 | Tweak an error message | Thomas White | |
2014-09-11 | ambigator: Don't read peak lists | Thomas White | |
This fixes a segfault, because the peak list cannot be read without the geometry. | |||
2014-06-05 | ambigator: Add --corr-matrix | Thomas White | |
2014-05-21 | Added reporting of version number to all program and stream file | Valerio Mariani | |
2014-04-28 | ambigator: Update the lattice basis vectors as well as the reflection indices | Thomas White | |
2014-04-14 | Fixed operator error in ambigator | Parker de Waal | |
2014-04-08 | ambigator: Avoid NULL dereference if unit cell is not found in stream | Thomas White | |
2014-03-30 | Formatting | Thomas White | |
2014-03-30 | ambigator: Fix output filename | Thomas White | |
2014-03-30 | check_hkl: Add L-test | Thomas White | |
2014-03-24 | ambigator: Update docs and error messages | Thomas White | |
2014-03-24 | ambigator: Add --operator | Thomas White | |
2014-03-24 | get_ambiguities() should not return the identity operation | Thomas White | |
2014-03-11 | ambigator: Show mean g as well | Thomas White | |
2014-03-11 | ambigator: Add --start-assignments | Thomas White | |
2014-03-11 | ambigator: Add --really-random | Thomas White | |
2014-03-11 | Update --help | Thomas White | |
2014-03-10 | Check symmetry options | Thomas White | |
2014-03-10 | Don't try to write reindexed stream without knowing the operator | Thomas White | |
2014-03-10 | Fix writing of reindexed stream | Thomas White | |
2014-03-10 | Output the reindexed stream | Thomas White | |
2014-03-10 | Remove old stuff | Thomas White | |
2014-03-10 | Set default number of iterations to 6 | Thomas White | |
2014-03-10 | Remove --stop-after | Thomas White | |
2014-03-10 | Free the crystals | Thomas White | |
2014-03-10 | ncorr limit and default | Thomas White | |
2014-03-09 | Fussiness | Thomas White | |