From 0232915d95e922149c570dd839687093f06330fa Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Wed, 20 Mar 2024 15:17:58 +0100 Subject: [PATCH] add a word --- sarxarray/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarxarray/stack.py b/sarxarray/stack.py index b5f9299..a375771 100644 --- a/sarxarray/stack.py +++ b/sarxarray/stack.py @@ -62,7 +62,7 @@ def point_selection(self, threshold, method="amplitude_dispersion", chunks=1000) case _: raise NotImplementedError - # Get the 1D index on space dimension + # Get the 1D index on space dimension HERE!!! mask_1d = mask.stack(space=("azimuth", "range")).drop_vars( ["azimuth", "range", "space"] )