Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Fix a typo | Thomas White | |
2020-07-29 | Remove unnecessary libraries | Thomas White | |
2020-07-29 | tests/ev_enum1: Use API function | Thomas White | |
2020-07-29 | Handle event expansion even for single-event files | Thomas White | |
2020-07-29 | Avoid compiling image-hdf5.c ten times | Thomas White | |
2020-07-29 | cellcompare_check: Reduce ntrials to 5 | Thomas White | |
Makes this test take 30 seconds instead of a minute | |||
2020-07-29 | prof2d_check: Decrease size of unit cell | Thomas White | |
It was taking multiple minutes to run, discouraging me from running the test suite at all. | |||
2020-07-29 | Implement dimension part of event expansion, and clean up tests | Thomas White | |
2020-07-29 | Path part of event expansion | Thomas White | |
2020-07-29 | Remove events.c, part 2 | Thomas White | |
New event parsing, done at the last minute in image-hdf5.c | |||
2020-07-29 | Convert prediction_gradient_check to detgeom | Thomas White | |
2020-07-29 | Update tests for detgeom | Thomas White | |
2020-07-29 | Convert prediction gradients to detgeom | Thomas White | |
2020-07-29 | Convert prediction and integration to detgeom | Thomas White | |
2020-07-29 | Add a couple of missing semicolons | Thomas White | |
Not previously noticed because ERROR and STATUS were macros | |||
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 | |
2019-09-25 | tests/rational_check: Fix wrong brackets | Thomas White | |
2019-09-02 | Add tests/polarisation_check (not in 'make test' list) | Thomas White | |
2019-08-29 | prediction_gradient_check: Reduce bandwidth | Thomas White | |
Gradients are only correct for monochromatic radiation | |||
2019-08-28 | prediction_gradient_check, prof2d_check: Set up Spectrum structure | Thomas White | |
2019-08-28 | Rationalise matrix mutliplication | Thomas White | |
compare_reindexed_cell_parameters still needs to be updated | |||
2019-08-22 | cellcompare_check: Fix terminology, and reduce number of trials | Thomas White | |
2019-08-22 | Remove match_cell and match_cell_ab | Thomas White | |
2019-08-22 | cellcompare_check: Variable for number of trials | Thomas White | |
2019-08-22 | Final implementation of Niggli-based cell comparison | Thomas White | |
2019-08-22 | Tidy up comparison function definitions | Thomas White | |
Especially, remove the last ltl/atl tolerance values. | |||
2019-08-22 | Determine cell reduction tolerance automatically | Thomas White | |
2019-08-22 | Working Niggli reduction | Thomas White | |
2019-08-22 | Framework for new unit cell comparison function | Thomas White | |
2019-08-16 | cellcompare_check: Progress bars | Thomas White | |
2019-08-16 | Don't use H centering for cell comparison check | Thomas White | |
2019-08-16 | Reduce range of reindexing matrices | Thomas White | |
2019-08-16 | Set centering on input cell | Thomas White | |
2019-08-16 | Pass transformation matrix for debugging | Thomas White | |
2019-08-16 | Implement random reindexing matrix | Thomas White | |
2019-08-16 | "Final" cellcompare_check | Thomas White | |
2019-08-16 | Add cellcompare_check | Thomas White | |
2019-07-30 | Spectrum: Define Gaussian using area, not height | Thomas White | |
2019-06-04 | gpu_sim_check: Increase tolerance from 1.1% to 1.2% | Thomas White | |
1.13% deviation now observed in the wild, with no other problems. | |||
2019-05-29 | Fix SASE simulation | Thomas White | |
2019-05-29 | Spectrum generation | Thomas White | |
2019-05-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-15 | Complete implementation of Spectrum API | Thomas White | |
2019-05-14 | Move Histogram out of API | Thomas White | |
It's only used by two test programs | |||
2019-05-14 | gpu_sim_check: Increase tolerance from 1% to 1.1% | Thomas White | |
1.03% deviation was observed in the wild, with no apparent problems. | |||
2019-05-13 | gpu_sim_check: Succeed if GPU not available | Thomas White | |
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present. | |||
2019-05-07 | Remove intmat_set_all_3x3() | Thomas White | |
2019-03-13 | Rename rtnl_mtx_solve and rtnl_mtx_mult to make their purpose clearer | Thomas White | |
2019-03-11 | Change matrix notation to match ITA chapter 5.1 | Thomas White | |