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 /doc | |
parent | bf986af745b88ddd0c1309c3af03d06165a6c95f (diff) |
More work on transformations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/CrystFEL-sections.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index 89b4832e..e1da1784 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -34,6 +34,7 @@ <chapter> <title>Unit cells</title> <xi:include href="xml/unitcell.xml"/> + <xi:include href="xml/cell-utils.xml"/> </chapter> <chapter> diff --git a/doc/reference/CrystFEL-sections.txt b/doc/reference/CrystFEL-sections.txt index 284740a1..3ccc1511 100644 --- a/doc/reference/CrystFEL-sections.txt +++ b/doc/reference/CrystFEL-sections.txt @@ -88,12 +88,28 @@ cell_set_pointgroup cell_set_reciprocal cell_set_spacegroup <SUBSECTION> +tfn_combine +tfn_identity +tfn_inverse +tfn_print +tfn_vector +tfn_free +</SECTION> + +<SECTION> +<FILE>cell-utils</FILE> cell_rotate rotate_cell cell_print resolution match_cell match_cell_ab +cell_is_sensible +validate_cell +uncenter_cell +bravais_lattice +right_handed +str_lattice </SECTION> <SECTION> |