From 52046621265720d7ad0a423cb3cd8bd82643bb26 Mon Sep 17 00:00:00 2001 From: TjarkMiener Date: Mon, 17 Jun 2024 10:49:44 +0200 Subject: [PATCH] edit docstring dl1 table is a Qtable from astropy and not a ndarray --- src/ctapipe/calib/camera/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctapipe/calib/camera/extractor.py b/src/ctapipe/calib/camera/extractor.py index 4c8f49d1f38..0896562424f 100644 --- a/src/ctapipe/calib/camera/extractor.py +++ b/src/ctapipe/calib/camera/extractor.py @@ -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