Skip to content

Commit

Permalink
MATLAB bundled runtime path has changed for Fmask 4.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jan 17, 2025
1 parent c3d7872 commit caa25ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sentinel_granule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cloud_cover_valid=$(check_sentinel_clouds "$xml_safe")

cd "$safegranuledir"
# Run Fmask
/usr/local/MATLAB/application/run_Fmask_4_7.sh /usr/local/MATLAB/v910 /usr/local/MATLAB/application/AuxiData/ >> fmask_out.txt
/usr/local/MATLAB/application/run_Fmask_4_7.sh /usr/local/MATLAB/R2022b /usr/local/MATLAB/application/AuxiData/ >> fmask_out.txt
wait
fmask_file=$(cat fmask_out.txt)
echo "$fmask_file"
Expand Down

0 comments on commit caa25ad

Please sign in to comment.