update_luts and gpt SeaDAS 8.4.1 on Centos 7
Posted: Mon Jan 08, 2024 5:32 pm America/New_York
I just installed SeaDAS 8.4.1 on Centos 7. I encountered the following 2 issues (more of an FYI):
The update_luts is different from the one on my Mac. Version 2.0 vs. 2.1. The Centos (linux64) does not have the option 'all' to update all luts, so you have to go sensor by sensor
. Plus it is missing some missions, like viirsj2. See below part of the output of update_luts -h on linux and Mac:
Centos 7, update_luts 2.0:
Mac, update_luts 2.1:
I also had a problem with gpt. Apparently Java 11 is needed (Java 8 is not enough). I also had to modify the gpt script in order to find java.
I had to change one line in gpt, starting with:to
To install the correct version of java, as su (or sudo):
To set it as the default version, select it when issuing this command:
Hope this helps,
The update_luts is different from the one on my Mac. Version 2.0 vs. 2.1. The Centos (linux64) does not have the option 'all' to update all luts, so you have to go sensor by sensor

Centos 7, update_luts 2.0:
Code: Select all
MISSION sensor or platform to process; one of:
common, seawifs, aquarius, modisa, modist, viirsn, viirsj1, aqua, terra, npp, j1
Code: Select all
MISSION sensor or platform to process; one of:
all, common, seawifs, hico, modisa, modist, viirsn, viirsj1, viirsj2, oci, aqua, terra, npp, j1, j2
I had to change one line in gpt, starting with:
Code: Select all
exec "$app_home/jdk-11.0.19+7-jre/Contents/Home/bin/java"
Code: Select all
exec "$app_java_home/bin/java"
Code: Select all
yum install java-11-openjdk-devel
Code: Select all
alternatives --config java