From c2d10b7e8978e2602054a6cad8b1ffd943e9ac40 Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Tue, 1 Oct 2024 13:22:07 -0400 Subject: [PATCH] Update src/stcal/outlier_detection/median.py Co-authored-by: Brett Graham --- src/stcal/outlier_detection/median.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stcal/outlier_detection/median.py b/src/stcal/outlier_detection/median.py index b4fe5fec..2ff899fe 100644 --- a/src/stcal/outlier_detection/median.py +++ b/src/stcal/outlier_detection/median.py @@ -115,7 +115,7 @@ def append(self, The data to append to the median computer. Must have shape full_shape[1:]. idx - The index at which to append the data. Mus be between 0 and full_shape[0]. + The index at which to append the data. Must be between 0 and full_shape[0]. Required if using in-memory median computation. """ if self.in_memory: