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, j1Code: Select all
MISSION sensor or platform to process; one of:
all, common, seawifs, hico, modisa, modist, viirsn, viirsj1, viirsj2, oci, aqua, terra, npp, j1, j2I 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-develCode: Select all
alternatives --config java