Page 1 of 1

Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

Posted: Tue Nov 07, 2023 1:54 am America/New_York
by cilori
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

Re: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

Posted: Tue Nov 21, 2023 5:02 pm America/New_York
by OB SeaDAS - xuanyang02
You can add suite=IOP to the l2gen command as in

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
I think the default is iop_opt=7, but iop_opt=3 should work too

Re: Retrieving IOPs (aphy, bbp, ..) in SeaDAS l2gen

Posted: Wed Jul 10, 2024 2:28 am America/New_York
by cilori
Great. Thanks. I will try it