Skip to content
Snippets Groups Projects
Commit 91a7a6b4 authored by RKGarcia's avatar RKGarcia
Browse files

Fix nc_copy_vars from CRIS_L1B_HOME

parent d66df84b
No related branches found
No related tags found
1 merge request!3interface-changing Matlab updates for RU code intended for end-users
......@@ -3,7 +3,7 @@ BASE="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
l1a_nc_copy_vars() {
if [[ -d "$CRIS_L1B_HOME" ]]; then
"$CRIS_L1B_HOME/lib/ShellB3/bin/nc_copy_vars" "$@"
"$CRIS_L1B_HOME/lib/ShellB3/bin/python3" -m sips_cris_l0l1a.netcdf "$@"
elif [[ -x "$(which nc_copy_vars 2>/dev/null)" ]]; then
nc_copy_vars "$@"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment