aboutsummaryrefslogtreecommitdiff
path: root/tests/gradient_check.c
AgeCommit message (Collapse)Author
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.