I am wondering what the command is to retrieve IOPs (backscattering coefficient, absorption by phytoplankton and absorption by CDOM - all at 443). I read online I can use something like this "iop_opt=3"? I will be running this using a command like this:
l2gen ifile=/mnt/c/Users/Malawi/1/inputfile maskglint=true, maskland=true, iop_opt=3 ofile=/mnt/c/Users/Malawi/1/T36LX
P_20221020T093755_msi.l2
Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen
You can add suite=IOP to the l2gen command as in
I think the default is iop_opt=7, but iop_opt=3 should work too
Code: Select all
l2gen ifile=/mnt/c/Users/Malawi/1/inputfile maskglint=true, maskland=true, iop_opt=3 ofile=/mnt/c/Users/Malawi/1/T36LXP_20221020T093755_msi.l2 suite=IOP