aboutsummaryrefslogtreecommitdiff
path: root/tests/prof2d_check.c
AgeCommit message (Collapse)Author
2020-07-29Expose a couple more functions for easier testingThomas White
2020-07-29Remove config.h from testsThomas 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-29prof2d_check: Decrease size of unit cellThomas White
It was taking multiple minutes to run, discouraging me from running the test suite at all.
2020-07-29Update tests for detgeomThomas White
2020-01-10Mass update of copyright datesThomas White
2019-08-28prediction_gradient_check, prof2d_check: Set up Spectrum structureThomas White
2019-05-14Move Histogram out of APIThomas White
It's only used by two test programs
2018-02-27Separate partiality calculation from predictionThomas White
2017-10-23Check return values from fread/fgetsThomas White
2016-07-01Remove slab-relative coordinates from testsThomas White
2015-12-10Fix integration tests for new saturation mapThomas White
2015-10-05Tests: Remove image->dataThomas White
2014-09-25Remove "sphere", "thin" and "gaussian" partiality models, add "scgaussian"Thomas White
2014-09-22Beam file removal, part IThomas White
2014-08-14Factorise reflection prediction and do it before creating the maskThomas White
2014-08-13Fix handling of overlapping reflectionsThomas White
2014-07-24Suspend indexing statistics while --int-diag is displayingThomas White
2014-06-25Pass the partiality model down from the API levelThomas White
2014-01-20RNG overhaulThomas White
Previously, we were using random(), which is really really bad.
2013-11-24prof2d_check: Test sigmas of weak and strong reflectionsThomas White
2013-11-24Add tests/prof2d_checkThomas White