Search found 268 matches

by OB SeaDAS - dshea
Thu Jul 20, 2017 11:02 am America/New_York
Forum: Home
Question: OLCI support disappeared?
Replies: 5

OLCI support disappeared?

the GUI does not support OLCI yet.  You have to use l2gen from the command line.
by OB SeaDAS - dshea
Thu Jul 13, 2017 9:32 am America/New_York
Forum: Home
Question: l2gen MOD02/MYD02
Replies: 25

l2gen MOD02/MYD02

Your first problem is that the default python is version 3 and not version 2.  install_ocssw.py is a python 2.7 program.Not sure why l2gen is not working for you.  I downloaded these files:dshea@gs616-crab:~/data/terra$ ls -ltotal 522375-rw-rw-r-- 1 dshea dshea 161605822 Jul 13 09:06 MOD02...
by OB SeaDAS - dshea
Tue Jun 13, 2017 8:52 am America/New_York
Forum: Home
Question: VIIRS L2 banding issue
Replies: 2

VIIRS L2 banding issue

If you are talking about missing data on the outside 1/2 ish of each scan, that is a "feature" of VIIRS.  The overlapping data of the bowtie region of the scan is not transmitted from VIIRS to the ground.  If you map the data you will get complete spacial coverage.

don
by OB SeaDAS - dshea
Mon Jun 12, 2017 1:44 pm America/New_York
Forum: Home
Question: error during MODIS Aqua definition installation using terminal
Replies: 7

error during MODIS Aqua definition installation using terminal

your branch command is missing the 'v' It should be:
--git-branch=v7.3

By the way there is a new version of Seadas you will probably want to upgrade to 7.4

don
by OB SeaDAS - dshea
Tue May 23, 2017 11:04 am America/New_York
Forum: Home
Question: installing SeaDAS 7.4 fails
Replies: 2

installing SeaDAS 7.4 fails

The correct fix for VIIRS L1A is to modify  $OCSSWROOT/run/data/viirsn/instrument_defaults.par and add the "c" like George suggested.   The new line will be: rsb_dynamic_lut_file=$OCVARROOT/viirsn/cal/OPER/VIIRS_NPP_CAL_RSB_DYNAMIC_LUT_v2.0.0.2c_obpg.ncThe new file has sligh...
by OB SeaDAS - dshea
Fri May 19, 2017 11:37 am America/New_York
Forum: Home
Question: l2bin error
Replies: 18

l2bin error

That is kind of strange.  I looked through your script for environment variables that might screw things up, but it looks fine to me.

don
by OB SeaDAS - dshea
Fri May 19, 2017 10:24 am America/New_York
Forum: Home
Question: l2bin error
Replies: 18

l2bin error

Find out which file with which band fails. Make sure that executing l2bin (without the script) fails.  Give me the input file and your exact command line arguments that fail and I will see what is going on.
by OB SeaDAS - dshea
Thu May 18, 2017 10:56 am America/New_York
Forum: Home
Question: l2bin error
Replies: 18

l2bin error

Does l2bin fail the same way if you uncomment these lines in your script?#export OCSSWROOT=/Applications/seadas-7.4/ocssw#source ${OCSSWROOT}/OCSSW_bash.env#echo ${OCSSWROOT}This is how the GUI runs the processing programs.  I am assuming that SeaDAS 7.4 is installed in "/Applications/sead...
by OB SeaDAS - dshea
Mon May 15, 2017 11:05 am America/New_York
Forum: Home
Question: l2gen MOD02/MYD02
Replies: 25

l2gen MOD02/MYD02

For processing MODIS with l2gen, ifile needs the 1KM file and you can set resolution to 500 or 250 to process at HKM or QKM.  You will also need the geolocation file.  This will process your example file at HKM:l2gen ifile=MOD021KM.A2016015.1155.006.2016015194614.hdf geofile=MOD03.A2016015...
by OB SeaDAS - dshea
Tue May 02, 2017 2:52 pm America/New_York
Forum: Home
Question: Plans to adapt OCSSW processors for Windows?
Replies: 1

Plans to adapt OCSSW processors for Windows?

There is no plan to make OCSSW compile natively on Windows.

We are working on having SeaDAS running on a windows box run the processing code in a linux virtual machine on that windows box.  Probably not what I would choose for a lab.

don