diff options
author | Thomas White <taw@physics.org> | 2023-05-19 13:15:44 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-07-28 13:22:05 +0200 |
commit | 72fe2a0a38e9c38df292b9983c75f41826837846 (patch) | |
tree | 30cd10a610d285e8ffa87c3d8351db81cc5342dc /libcrystfel/src/datatemplate.h | |
parent | 76e4104d16297fcae082df9a4e63adbdda19c92d (diff) |
Implement data_template_rotate_group()
Diffstat (limited to 'libcrystfel/src/datatemplate.h')
-rw-r--r-- | libcrystfel/src/datatemplate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.h b/libcrystfel/src/datatemplate.h index cce3eb2d..006b1a63 100644 --- a/libcrystfel/src/datatemplate.h +++ b/libcrystfel/src/datatemplate.h @@ -91,6 +91,10 @@ extern int data_template_translate_group_m(DataTemplate *dtempl, const char *group_name, double x, double y, double z); +extern int data_template_rotate_group(DataTemplate *dtempl, + const char *group_name, + double ang, char axis); + #ifdef __cplusplus } #endif |