aboutsummaryrefslogtreecommitdiff
path: root/tests/gradient_check.c
AgeCommit message (Collapse)Author
2024-02-06Crystals shouldn't own RefLists (part 7)Thomas White
This fixes the test programs.
2024-02-06Crystal: Remove reference to image structure (part 2)Thomas White
2023-09-12Fix sense of panel rotationsThomas White
Should always be a right-hand grip rotation around positive axis direction.
2023-07-28Fix parameter refinement unitsThomas White
The *parameters* will be in metres, radians, m^-1 for translation, rotation and cell parameters respectively. The *residuals*, however, are in pixels.
2023-07-28Rotation centre coordinates need to be in metres (not pixels)Thomas White
2023-07-28Implement rotation gradients (with test)Thomas White
2023-07-28Rename tests/gradient_panel_move.c -> tests/gradient_check.cThomas White
Because it does all types of gradient.