Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris_l1b
user
Commits
11ed9468
Commit
11ed9468
authored
Mar 23, 2022
by
R.K.Garcia
Browse files
unbroken but unfixed data path vs code path search conundrum
parent
0650d76c
Pipeline
#36567
passed with stage
in 7 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
RU/ru_main.m
View file @
11ed9468
function
RU
=
ru_main
(
sat_name
,
l1b_fname
,
saveTotalRU_FLAG
,
pname_out
);
userpath(getenv('RU_HOME'));
% addpath and userpath will both BREAK compiled code. so this is forbidden:
% userpath(getenv('RU_HOME'));
% however, we need a way for RU instrument ref data files to load from $RU_HOME by default
RU
=
cris_gran_RU_ncparam
(
sat_name
,
l1b_fname
,
saveTotalRU_FLAG
,
pname_out
);
return
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment