Skip to content

Commit

Permalink
added entry dimension in the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Jul 26, 2024
1 parent 551309f commit 698c0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ctapipe/calib/camera/outlier.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def __call__(self, column) -> bool:
----------
column : astropy.table.Column
column with chunk-wise extracted statistics (mean, median, or std)
of shape (n_channels, n_pix)
of shape (n_entries, n_channels, n_pix)
Returns
-------
boolean mask
mask of outliers of shape (n_channels, n_pix)
mask of outliers of shape (n_entries, n_channels, n_pix)
"""
pass

Expand Down

0 comments on commit 698c0d3

Please sign in to comment.