Search found 577 matches

by OB SeaDAS - xuanyang02
Fri Sep 10, 2021 10:16 am America/New_York
Forum: Questions/Comments
Question: oc processor in SeaDAS windows version
Replies: 3

Re: oc processor in SeaDAS windows version

To process SeaDAS OCSSW in Windows, see the client/server model:
https://seadas.gsfc.nasa.gov/client_server/
by OB SeaDAS - xuanyang02
Thu Sep 09, 2021 10:23 am America/New_York
Forum: Questions/Comments
Question: OCSSW: Remote server is down
Replies: 11

Re: OCSSW: Remote server is down

Since you have Windows, you need to do SeaDAS-OCSSW Client Server Configuration before you Install/Update OC processors thru SeaDAS GUI.
Here is how: https://seadas.gsfc.nasa.gov/client_server/
by OB SeaDAS - xuanyang02
Tue Sep 07, 2021 10:18 am America/New_York
Forum: Questions/Comments
Question: The MODIS subset problem of l2gen
Replies: 2

Re: The MODIS subset problem of l2gen

It's a bug in OCSSW V2021.2. You can use OCSSW V2021.1 or T2021.11. See viewtopic.php?f=7&t=2407&p=8583&hilit=l ... dd8b#p8583
by OB SeaDAS - xuanyang02
Wed Sep 01, 2021 1:53 pm America/New_York
Forum: Questions/Comments
Question: making colorbar
Replies: 1

Re: making colorbar

We are excited that you are enjoying the features SeaDAS provides! Unfortunately, we are not permitted to offer support for the development of your personal applications. There may be other forums and resources online you can use to learn programming.
by OB SeaDAS - xuanyang02
Wed Aug 25, 2021 10:25 am America/New_York
Forum: Questions/Comments
Question: Viirs Processing issue
Replies: 10

Re: Viirs Processing issue

If you have SeaDAS 8 installed, it might be helpful to do SeaDAS-OCSSW -> SeaDAS/System Info in GUI and post the output here. Did you install OCSSW through GUI or command line? If you have older versions of OCSSW installed with SeaDAS 7, please make sure the new OCSSW does not mixed with the older v...
by OB SeaDAS - xuanyang02
Tue Aug 24, 2021 12:44 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS Chlor-A and Phytoplankton Units
Replies: 1

Re: SeaDAS Chlor-A and Phytoplankton Units

Did you use File -> Export -> CSV to export an L2 file in SeaDAS-8.1.0? Can you share the name of your L2 file?

If you open your L2 file in SeaDAS, Metadata -> Band_Attributes -> chlor_a will show you the units of chlor_a
Screen Shot 2021-08-24 at 12.16.37 PM.png
Screen Shot 2021-08-24 at 12.16.37 PM.png (187.69 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Thu Aug 19, 2021 4:51 pm America/New_York
Forum: Questions/Comments
Question: Processing level 0 MODIS Aqua Product- nlw bands
Replies: 17

Re: Processing level 0 MODIS Aqua Product- nlw bands

You might want to add the following lines to your .bashrc file to configure your command line environment, if you are going to run l2gen or other OCSSW processors on command line:

Code: Select all

export OCSSWROOT=/home/user/ocssw
source $OCSSWROOT/OCSSW_bash.env
by OB SeaDAS - xuanyang02
Thu Aug 19, 2021 11:08 am America/New_York
Forum: Questions/Comments
Question: Processing level 0 MODIS Aqua Product- nlw bands
Replies: 17

Re: Processing level 0 MODIS Aqua Product- nlw bands

Make sure it's nLw_748 (not nlw_748) in your l2gen-tmpParFile-nlw.par file.
by OB SeaDAS - xuanyang02
Wed Aug 18, 2021 9:39 am America/New_York
Forum: Questions/Comments
Question: Processing level 0 MODIS Aqua Product- nlw bands
Replies: 17

Re: Processing level 0 MODIS Aqua Product- nlw bands

Let's try this:

Code: Select all

export OCSSWROOT=/home/user/ocssw
source $OCSSWROOT/OCSSW_bash.env
l2gen par=l2gen-tmpParFile-nlw.par
by OB SeaDAS - xuanyang02
Tue Aug 17, 2021 3:25 pm America/New_York
Forum: Questions/Comments
Question: Processing level 0 MODIS Aqua Product- nlw bands
Replies: 17

Re: Processing level 0 MODIS Aqua Product- nlw bands

There is a space between l2gen and par. /home/user/ocssw/bin/l2gen par=l2gen-tmpParFile-nlw.par We are trying to run the command l2gen with the par file "l2gen-tmpParFile-nlw.par", not l2gen_par. Since l2gen was not recognized, I was suggesting you relpace "l2gen" with "/hom...