process derived products with SeaDAS
-
- Posts: 21
- Joined: Thu Jun 23, 2016 2:03 pm America/New_York
process derived products with SeaDAS
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?
Filters:
-
- Subject Matter Expert
- Posts: 306
- Joined: Mon Apr 07, 2008 4:40 pm America/New_York
- Been thanked: 3 times
Re: process derived products with SeaDAS
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
Input: L2 file > program: l2bin > Output: L3 bin file
Input:L3 bin file > program: l3mapgen > Output: L3 mapped file
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
-
- Posts: 21
- Joined: Thu Jun 23, 2016 2:03 pm America/New_York
Re: process derived products with SeaDAS
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.
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: process derived products with SeaDAS
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