diff options
author | Wim van Aarle <wimvanaarle@gmail.com> | 2015-02-26 14:00:14 +0100 |
---|---|---|
committer | Wim van Aarle <wimvanaarle@gmail.com> | 2015-02-26 14:00:14 +0100 |
commit | 2d11dcfc8d85cd562a36c192f5dda64c8378d160 (patch) | |
tree | ec3d9b3a9141d27aaafac7c43003da1310496023 /include/astra/FanFlatVecProjectionGeometry2D.h | |
parent | cca150841cd1de4f3b4d24c1188263b9623bc511 (diff) | |
download | astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.gz astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.bz2 astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.tar.xz astra-2d11dcfc8d85cd562a36c192f5dda64c8378d160.zip |
updated docs
Diffstat (limited to 'include/astra/FanFlatVecProjectionGeometry2D.h')
-rw-r--r-- | include/astra/FanFlatVecProjectionGeometry2D.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/astra/FanFlatVecProjectionGeometry2D.h b/include/astra/FanFlatVecProjectionGeometry2D.h index 825bcbc..583e886 100644 --- a/include/astra/FanFlatVecProjectionGeometry2D.h +++ b/include/astra/FanFlatVecProjectionGeometry2D.h @@ -53,6 +53,15 @@ namespace astra * proj_geom.DetectorCount = 512;\n * proj_geom.Vectors = V;\n * } + * + * \par Vectors + * Vectors is a matrix containing the actual geometry. Each row corresponds + * to a single projection, and consists of: + * ( srcX, srcY, srcZ, dX, dY uX, uY) + * src: the ray source + * d : the centre of the detector array + * u : the vector from detector 0 to detector 1 + */ */ class _AstraExport CFanFlatVecProjectionGeometry2D : public CProjectionGeometry2D { |