aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.c
AgeCommit message (Collapse)Author
2021-03-25Add detgeom_mean_camera_lengthThomas White
2021-03-11detgeom_transform_coords: Take an additional detector shiftThomas White
This allows the refined detector position to be used in a lot of places.
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-01-08detgeom_transform_coords: Avoid using trigonometric functionsThomas White
2020-07-30Add show_panel() to APIThomas White
2020-07-29Tidy upThomas White
Regarding check_path_existence: This was a very complicated procedure, for not very much gain. The attempt to open a dataset for real, which invariably follows, can still fail after this check.
2020-07-29Replace largest_q for detgeomThomas White
2020-07-29Add detgeom_freeThomas White
2020-07-29Convert estimate_peak_resolution to detgeomThomas White