From 40310d0ee08da99c62a6749c43590857e921f764 Mon Sep 17 00:00:00 2001 From: Arnau Aguasca-Cabot Date: Thu, 5 Sep 2024 20:28:55 +0200 Subject: [PATCH] Fix typo camera geometry docs Signed-off-by: Arnau Aguasca-Cabot --- src/ctapipe/instrument/camera/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe/instrument/camera/geometry.py b/src/ctapipe/instrument/camera/geometry.py index ab8aa84e94d..d1f861d7549 100644 --- a/src/ctapipe/instrument/camera/geometry.py +++ b/src/ctapipe/instrument/camera/geometry.py @@ -76,7 +76,7 @@ def from_string(cls, name): class CameraGeometry: """`CameraGeometry` is a class that stores information about a - Cherenkov Camera that us useful for imaging algorithms and + Cherenkov Camera that is useful for imaging algorithms and displays. It contains lists of pixel positions, areas, pixel shapes, as well as a neighbor (adjacency) list and matrix for each pixel. In general the neighbor_matrix attribute should be used in any algorithm