Pulling Statistical Data from Many L3 mapped Files in SeaDAS

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
eric.r.enloe
Posts: 6
Joined: Thu Oct 19, 2023 1:28 pm America/New_York
Answers: 0

Pulling Statistical Data from Many L3 mapped Files in SeaDAS

by eric.r.enloe » Thu Oct 26, 2023 9:50 am America/New_York

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?

Tags:

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 656
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 2 times

Re: Pulling Statistical Data from Many L3 mapped Files in SeaDAS

by OB SeaDAS - xuanyang02 » Thu Oct 26, 2023 12:58 pm America/New_York

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
Screenshot 2023-10-26 at 12.52.50 PM.png
Screenshot 2023-10-26 at 12.52.50 PM.png (143.29 KiB) Not viewed yet
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

Post Reply