diff options
author | Thomas White <taw@physics.org> | 2024-10-28 14:35:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-10-28 14:35:43 +0100 |
commit | 9586ebfcad45c64bb5baa03f97b8b406071c52f2 (patch) | |
tree | d9a386ff1700ed58c5cff81b5b30ccc2bdc3002e | |
parent | 2213f9453ee6154713d9ce56ebb419e601c8f39f (diff) |
Clarify that coffset/cnz_offset is in metres
-rw-r--r-- | doc/man/crystfel_geometry.5.md | 2 | ||||
-rw-r--r-- | libcrystfel/src/datatemplate_priv.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/crystfel_geometry.5.md b/doc/man/crystfel_geometry.5.md index 4328ebc0..0c5dab1e 100644 --- a/doc/man/crystfel_geometry.5.md +++ b/doc/man/crystfel_geometry.5.md @@ -135,7 +135,7 @@ For each panel, the physical location is controlled by the **fs**, **ss**, **coffset** : The offset of the panel along the z-direction from the position given by -: **clen**. +: **clen**, in metres. The overall detector position in the z-direction is given by **clen**, which can only be specified once in the geometry file (not for each panel): diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h index fd39e83a..5fe104fe 100644 --- a/libcrystfel/src/datatemplate_priv.h +++ b/libcrystfel/src/datatemplate_priv.h @@ -128,7 +128,7 @@ struct panel_template double cny; /**@}*/ - /** The offset to be applied from clen */ + /** The offset to be applied from clen (in m) */ double cnz_offset; /** Mask definitions */ |