Does SeaDAS have the ability to pull pixel data for RRS from several files and then run statistics over the several files? For example, I would like to go though a year of day L3 mapped data files and use each pixel of data from each day to find the mean and standard deviation for each RRS wavelength.
Also, for the year data file, what does each pixel of RRS data represent? Is it the average of each RRS value over the whole period of data collection of that individual pixel?
Pulling Statistical Data from Many L3 mapped Files in SeaDAS
-
- Posts: 6
- Joined: Thu Oct 19, 2023 1:28 pm America/New_York
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: Pulling Statistical Data from Many L3 mapped Files in SeaDAS
You can try SeaDAS' BandMaths Tool to create new bands using avg() and/or stddev() functions.
https://seadas.gsfc.nasa.gov/help-8.4.0/desktop/BandMaths.html
The expression editor for avg() looks like this If you want to do BandMaths on many files, you can try gpt tool --
https://seadas.gsfc.nasa.gov/help-8.4.0/GptCookbook/gptCookbookBandMaths.html
Here is the documentation on level-3 binned data products -- https://oceancolor.gsfc.nasa.gov/resources/docs/technical/ocean_level-3_binned_data_products.pdf
https://seadas.gsfc.nasa.gov/help-8.4.0/desktop/BandMaths.html
The expression editor for avg() looks like this If you want to do BandMaths on many files, you can try gpt tool --
https://seadas.gsfc.nasa.gov/help-8.4.0/GptCookbook/gptCookbookBandMaths.html
Here is the documentation on level-3 binned data products -- https://oceancolor.gsfc.nasa.gov/resources/docs/technical/ocean_level-3_binned_data_products.pdf