Quantcast
Channel: Earthdata Forum
Viewing all articles
Browse latest Browse all 1707

Home • Identifying PACE Rrs Wavelengths

$
0
0
Hello,
I have been following Ocean Color's Jupyter notebook tutorial on file structure at L2 processing levels for OCI "PACE_OCI_L2_AOP_NRT"https://oceancolor.gsfc.nasa.gov/resources/docs/tutorials/notebooks/oci-file-structure/
I am able to successfully plot different rrs bands with the code:

Code:

rrs = dataset["Rrs"].sel({"wavelength_3d": 100})plot = rrs.plot(x="longitude", y="latitude", cmap="viridis", vmin=0)
However, nowhere in this code am I able to figure out what the wavelength of these bands are. The bands are labeled by their index (wavelength_3d), ranging from 0-184. How can I figure out what the wavelength of these bands are? It is not described in the tutorial.
----
There is no name for these bands, only the number of its position
In the OC tutorial, there are 184 rrs bands in "PACE_OCI_L2_AOP_NRT" geophysical group data

Statistics: Posted by slsmit34 — Mon Jul 08, 2024 3:05 pm America/New_York



Viewing all articles
Browse latest Browse all 1707

Trending Articles