NTNU-SmallSat-Lab / hypso-package

HYPSO Toolbox For Satellite Image Processing
https://ntnu-smallsat-lab.github.io/hypso-package/
MIT License
8 stars 2 forks source link

Use xarray.DataArray.sel #36

Open CameronLP opened 2 months ago

CameronLP commented 2 months ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Update spectral plotting functions to use xarray.DataArray.sel satobj.l1a_cube.sel(x=20, y=20, method='nearest')

Describe alternatives you've considered N/A

Additional context N/A

CameronLP commented 2 months ago

Also get_closest_wavelength_index()