Skip to content

Commit

Permalink
add a word
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Mar 20, 2024
1 parent 4eac4c3 commit 0232915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarxarray/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
Expand Down

0 comments on commit 0232915

Please sign in to comment.