Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | Remove some unused variables | Thomas White | |
2021-09-07 | ring_check: Fix data type for malloc size | Thomas White | |
2020-07-29 | Expose a couple more functions for easier testing | Thomas White | |
2020-07-29 | Remove config.h from tests | Thomas White | |
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? | |||
2020-07-29 | Update tests for detgeom | Thomas White | |
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2017-10-23 | Check return values from fread/fgets | Thomas White | |
2016-08-17 | Fix tests/ring_check | Thomas White | |
2016-07-01 | Remove slab-relative coordinates from tests | Thomas White | |
2015-10-06 | Fix tests/ring_check | Thomas White | |
2015-10-05 | Tests: Remove image->data | Thomas White | |
2014-09-22 | Beam file removal, part I | Thomas White | |
2014-09-05 | tests/ring_check: Fix after reverting use of image.dp[] | Thomas White | |
2014-08-13 | Remove old bad region tests and use dp instead of data for integration of peaks | Thomas White | |
2014-08-13 | Remove integrate_peak() from the API | Thomas White | |
Good riddance. One of my least favourite routines. | |||
2014-01-20 | RNG overhaul | Thomas White | |
Previously, we were using random(), which is really really bad. | |||
2013-11-23 | Break off integrate_rings_once() | Thomas White | |