Skip to content

Commit

Permalink
edit docstring
Browse files Browse the repository at this point in the history
dl1 table is a Qtable from astropy and not a ndarray
  • Loading branch information
TjarkMiener committed Jun 17, 2024
1 parent d3aae32 commit 5204662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/calib/camera/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __call__(
Parameters
----------
dl1_table : ndarray
dl1_table : astropy.table.QTable
dl1 table with images and timestamps stored in a numpy array of shape
(n_images, n_channels, n_pix).
masked_pixels_of_sample : ndarray
Expand Down

0 comments on commit 5204662

Please sign in to comment.