Skip to content

Commit

Permalink
Update examples/scripts/script_ps_selection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou authored Oct 21, 2024
1 parent 1edd912 commit f358f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/script_ps_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def get_free_port():
ds = xr.open_zarr(path_slc_zarr) # Load the zarr file as a xr.Dataset
# Construct SLCs from xr.Dataset
# this construct three datavariables: complex, amplitude, and phase
slcs = sarxarray.from_ds(slcs)
slcs = sarxarray.from_dataset(slcs)

# A rechunk might be needed to make a optimal usage of the resources
# Uncomment the following line to apply a rechunk after loading the data
Expand Down

0 comments on commit f358f09

Please sign in to comment.