Page 1 of 1

Is there any algorithm description for SeaDAS OCSSW?

Posted: Tue Oct 25, 2022 9:57 pm America/New_York
by zhangcz
I found some Algorithm Descriptions in tnis website(https://oceancolor.gsfc.nasa.gov/atbd/)
but I'm not sure it's for OCSSW.

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Wed Oct 26, 2022 8:44 am America/New_York
by OB General Science - guoqingw
Those are algorithms for the products we are providing on ocean color website, which are also the product algorithms used in L2 gen.
By algorithm description for SeaDAS OCSSW, what are you looking for? Different algorithms or how OCSSW works?
Here is the link to the description and help page for OCSSW:
https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessOverview.html

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Fri Oct 28, 2022 3:18 am America/New_York
by zhangcz
Thanks for your reply.

What I find is the Algorithms(or the related code?) of all functions such as "modis_L1B,modis_GEO,l2gen,..." in OCSSW.

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Fri Oct 28, 2022 10:42 am America/New_York
by OB General Science - guoqingw
Seems you are looking for the source code. Here they are:
https://github.com/seadas/seadas-toolbox
https://oceancolor.gsfc.nasa.gov/docs/ocssw/

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Sun Oct 30, 2022 8:26 am America/New_York
by zhangcz
Thank you very much.

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Mon Nov 21, 2022 2:53 am America/New_York
by lifan11132021
Hello,i find that at the link"https://oceancolor.gsfc.nasa.gov/docs/ocssw/":

the source code is not accessible:

git clone https://oceandata.sci.gsfc.nasa.gov/rcs/obpg/ocssw.git [optional target directory name]

how could i get the ocssw.git?

Re: Is there any algorithm description for SeaDAS OCSSW?

Posted: Mon Nov 21, 2022 10:30 am America/New_York
by OB SeaDAS - dshea
Our git repositories are not accessible to the public. You can use SeaDAS to install a released version of the source code. Use the SeaDAS GUI to install the OCSSW src.

The code is also available on the web if you want to browse:
https://oceancolor.gsfc.nasa.gov/docs/ocssw

then click on:
Files->web->ocssw->ocssw_src

And drill down to the source files there.

don