Skip to content

Commit

Permalink
Merge pull request #2613 from aaguasca/typo_camera_geom
Browse files Browse the repository at this point in the history
Fix typo CameraGeometry docs
  • Loading branch information
maxnoe authored Sep 6, 2024
2 parents 405e783 + 40310d0 commit b83225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/instrument/camera/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b83225c

Please sign in to comment.