Re: Sharp Drop in PACE Rrs Between 553 nm and 555 nm
Posted: Wed Jul 23, 2025 11:04 am America/New_York
This is the script I am using:
I think I found the problem because wavelength dimension is 286 whereas the spectral dimension of Rrs cube is 172 and I am basically choosing the first ones, which is an error. So which ones should I choose?
Code: Select all
% Read necessary NetCDF variables
Rrs = ncread(filepath, 'geophysical_data/Rrs'); % [band, x, y]
nbands = size(Rrs, 1);
wavelengths = wavelengths(1:nbands);