Skip to content
Snippets Groups Projects
Commit 91fa91c3 authored by Joe Taylor's avatar Joe Taylor
Browse files

one more change prior to draft released to internal group for testing

parent e3b9bc66
No related branches found
No related tags found
1 merge request!1Merging JKT RU into master for the CrIS RU Tool
*.nc filter=lfs diff=lfs merge=lfs -text *.nc filter=lfs diff=lfs merge=lfs -text
*.mat filter=lfs diff=lfs merge=lfs -text
...@@ -103,9 +103,9 @@ for ii = 1:length(bands) ...@@ -103,9 +103,9 @@ for ii = 1:length(bands)
end end
grid on grid on
if ii == 3 if ii == 3
pos = get(gca,'position') pos = get(gca,'position');
h_l = legend(leg_str); h_l = legend(leg_str);
h_pos = get(h_l,'Pos') h_pos = get(h_l,'Pos');
set(h_l,'Position',[1-h_pos(3),h_pos(2:4)]); set(h_l,'Position',[1-h_pos(3),h_pos(2:4)]);
end end
......
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
...@@ -43,16 +43,20 @@ ...@@ -43,16 +43,20 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% START: USER INPUT %% START: USER INPUT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% set l1b_pname, l1b_fname, ru_code_pname, saveTotalRU_FLAG, pname_out for your configuration
%% two examples are provided for the test input data granules
%% Example 1: SNPP l1b_pname = '/Users/joet/git/cris_l1b_user/RU/TEST_INPUT'; % set to path to v3 L1b granule
%sat_name = 'SNPP'; % set to 'J1' or 'SNPP'
%l1b_fname = 'SNDR.SNPP.CRIS.20180401T1306.m06.g132.L1B.std.v03_08.G.201231182944.nc'; % set to file name of v3 L1b granule %% Example 1: SNPP; uncomment the two lines below to run the SNPP test granule
sat_name = 'SNPP'; % set to 'J1' or 'SNPP'
l1b_fname = 'SNDR.SNPP.CRIS.20180401T1306.m06.g132.L1B.std.v03_08.G.201231182944.nc'; % set to file name of v3 L1b granule
%l1b_fname = 'SNDR.SNPP.CRIS.20180401T2206.m06.g222.L1B.std.v03_08.G.201231185850.nc'; % set to file name of v3 L1b granule %l1b_fname = 'SNDR.SNPP.CRIS.20180401T2206.m06.g222.L1B.std.v03_08.G.201231185850.nc'; % set to file name of v3 L1b granule
%% Example 1: NOAA-20/JPSS-1 %% Example 2: NOAA-20/JPSS-1; uncomment two the lines below to run the NOAA-20 test granule
sat_name = 'J1'; % set to 'J1' or 'SNPP' %sat_name = 'J1'; % set to 'J1' or 'SNPP'
l1b_fname = 'SNDR.J1.CRIS.20180401T2254.m06.g230.L1B.std.v03_08.G.201214201329.nc'; % set to file name of v3 L1b granule %l1b_fname = 'SNDR.J1.CRIS.20180401T2254.m06.g230.L1B.std.v03_08.G.201214201329.nc'; % set to file name of v3 L1b granule
l1b_pname = '/Users/joet/git/cris_l1b_user/RU/TEST_INPUT'; % set to path to v3 L1b granule
ru_code_pname = pwd; % set to path of the RU code ru_code_pname = pwd; % set to path of the RU code
saveTotalRU_FLAG = 1; % set to 1 if you want to save the RSS RU to a mat file saveTotalRU_FLAG = 1; % set to 1 if you want to save the RSS RU to a mat file
......
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