aboutsummaryrefslogtreecommitdiff
path: root/tests/wavelength_geom.c
AgeCommit message (Collapse)Author
2023-09-23indexamajig: Re-use the image data arraysThomas White
We noticed that constant freeing and re-allocating the (potentially quite large) arrays resulted in much lower performance. Since we know that all images have the same data layout, we can safely re-use the arrays. This gives a large speedup.
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-29Add --no-image-data and --no-mask-dataThomas White
2020-07-29Add wavelength and electron_voltage, plus units, to geometry fileThomas White