diff options
author | Thomas White <taw@physics.org> | 2012-09-12 17:57:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | 5911a4b627e1c6676c5522a8ecd61a2a834f544e (patch) | |
tree | 42688436ac89c0f37b13d5bff97fb9e84b0a5e64 /libcrystfel/src/cell-utils.c | |
parent | bf986af745b88ddd0c1309c3af03d06165a6c95f (diff) |
More work on transformations
Diffstat (limited to 'libcrystfel/src/cell-utils.c')
-rw-r--r-- | libcrystfel/src/cell-utils.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 6c711642..9b65cae3 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -47,6 +47,19 @@ #include "image.h" +/** + * SECTION:cell-utils + * @short_description: Unit cell utilities + * @title: Unit cell utilities + * @section_id: + * @see_also: + * @include: "cell-utils.h" + * @Image: + * + * There are some utility functions associated with the core %UnitCell. + **/ + + /* Weighting factor of lengths relative to angles */ #define LWEIGHT (10.0e-9) |