diff options
author | Thomas White <taw@physics.org> | 2023-05-16 11:09:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-05-19 09:40:29 +0200 |
commit | b7740e4993ec6a3612bf49be1f28c637eafd138a (patch) | |
tree | 016b5a1931ecdb5618b8c083f24da50fd32f0a27 /libcrystfel | |
parent | a2f3f922dc00a766bedd510d3f762cac65e4ba84 (diff) |
Fix untrue comment
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/datatemplate_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h index 26b90d6b..657d5094 100644 --- a/libcrystfel/src/datatemplate_priv.h +++ b/libcrystfel/src/datatemplate_priv.h @@ -140,7 +140,7 @@ struct panel_template /** Mark this number of edge rows as bad */ int mask_edge_pixels; - /** Resolution in pixels per metre */ + /** Pixel size in metres */ double pixel_pitch; /** Number of detector intensity units per photon, or eV */ |