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

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
adybbroe
Posts: 24
Joined: Tue Mar 20, 2012 4:43 pm America/New_York
Answers: 0

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

by adybbroe » Thu Oct 21, 2021 8:18 am America/New_York

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

Tags:

adybbroe
Posts: 24
Joined: Tue Mar 20, 2012 4:43 pm America/New_York
Answers: 0

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

by adybbroe » Thu Oct 21, 2021 8:34 am America/New_York

Oh, I see there is a

Code: Select all

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

-Adam

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 4 times

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

by OB.DAAC - SeanBailey » Fri Oct 22, 2021 6:47 pm America/New_York

...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

Post Reply