Page 1 of 1

process derived products with SeaDAS

Posted: Wed Jun 29, 2022 1:10 pm America/New_York
by dale.robinson
I've create a derived product from ocean color data at the L2 level. Can I use SeaDAS to process the derived product through the steps to make a L3 SMI product, e.g. L2 file -> L3 bin file with l2bin; L3 bin file to L3 bin file with l3bin, L3 bin file to SMI file using l3mapgen?

Re: process derived products with SeaDAS

Posted: Wed Jun 29, 2022 2:17 pm America/New_York
by OB SeaDAS - knowles
You can process any SeaDAS Level-2 file to a mapped SMI image file using l2bin followed by l3mapgen.

Input: L2 file > program: l2bin > Output: L3 bin file
Input:L3 bin file > program: l3mapgen > Output: L3 mapped file

Re: process derived products with SeaDAS

Posted: Wed Jun 29, 2022 2:23 pm America/New_York
by OB SeaDAS - xuanyang02
What do you mean by "derived product"?

Bing

Re: process derived products with SeaDAS

Posted: Wed Jun 29, 2022 4:10 pm America/New_York
by dale.robinson
Sorry for not specifying. What I mean by "derived product" is a variable that is made by taking a few of the Rrs bands from a seawifs ocean color L2 file, applying the bands to an algorithm to create a new variable that is not one of the variables in the standard ocean color L2 file. Let's call it dales_biomass_variable. I can save dales_biomass_variable as a new variable in the source L2 file (or in a new file). After doing that, I'd like to map is to the global SMI, with mean and st_dev layers. What I want to know is if SeaDAS can do that for dales_biomass_variable.

Re: process derived products with SeaDAS

Posted: Wed Jun 29, 2022 5:29 pm America/New_York
by OB SeaDAS - xuanyang02
As long as dales_biomass_variable is a band in your L2 file, you should be able to do l2bin on the L2 file, and then do l3mapgen on the l3b file created by l2bin