Page 1 of 1

MODIS DR processing - migrating from SeaDAS v7.2 to 8.1

Posted: Thu Oct 21, 2021 8:18 am America/New_York
by adybbroe
Hello,
We have an old system running MODIS level-0 to level1 in operations (using direct readout data) since at least 2016 using SeaDAS 7.2. This systems runs on RHEL7 and with python2.
Now we are moving to RHEL8 and Python3 and thought we should upgrade the SeaDAS SW as well. So I have a 8.1 installation. But do not completely recognize mysefl.
We are running the 7.2 like this for instance:

Code: Select all

/local_disk/opt/SeaDAS/7.2/ocssw/run/scripts/modis_L1A.py --verbose --mission=A --startnudge=10 --stopnudge=10 -oAqua_MODIS_l1a_21286_132853_2021286134124.hdf /san1/polar_in/direct_readout/eos/lvl0/P1540064AAAAAAAAAAAAAA21286132853001.PDS
But in version 8.1 I see no

Code: Select all

modis_L1A.py
. Can you please direct me to how I do the migration from 7.2 to 8.1?

Many thanks
Adam

Re: MODIS DR processing - migrating from SeaDAS v7.2 to 8.1

Posted: Thu Oct 21, 2021 8:34 am America/New_York
by adybbroe
Oh, I see there is a

Code: Select all

bin/modis_L1A
etc...
Nice. Will try that then...

-Adam

Re: MODIS DR processing - migrating from SeaDAS v7.2 to 8.1

Posted: Fri Oct 22, 2021 6:47 pm America/New_York
by OB.DAAC - SeanBailey
...yeah, that's the ticket :D

With SeaDAS 8, we moved most of the scripts to bin and lopped off the .py extension.

Regards,
Sean