Skip to content

Commit

Permalink
More lab testing plots
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Aug 9, 2024
1 parent 1c8d58d commit 4193cea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
2019 08 16 12 39 01 2019 08 16 12 39 30
2019 08 12 12 30 30 2019 08 12 12 31 30
2019 08 07 14 12 00 2019 08 07 14 13 00
2019 08 11 13 39 00 2019 08 11 13 40 00
2019 08 07 13 31 00 2019 08 07 13 31 00
2019 08 07 14 36 00 2019 08 07 14 39 00
2019 08 07 13 31 00 2019 08 07 13 32 00
2019 08 07 13 00 00 2019 08 07 13 01 00
2019 09 03 17 31 50 2019 09 03 17 32 40
2019 08 07 13 08 12 2019 08 07 13 08 45
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

% Loop through cases

for aa=19:size(caseList,1)
for aa=1:size(caseList,1)

disp(['Flight ',num2str(aa)]);
disp('Loading HCR data.')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

caseList = table2array(readtable(infile));

indir='/scr/virga1/rsfdata/projects/meow/hcr/labTesting/cfradial/moments/100hz_short/';
indir='/scr/virga1/rsfdata/projects/meow/hcr/labTesting/cfradial/moments/10hz.short.test/';

figdir='/scr/virga1/rsfdata/projects/meow/hcr/cfradial/moments/noise/labTesting/';

Expand All @@ -28,6 +28,8 @@
startTime=datetime(caseList(ii,1:6));
endTime=datetime(caseList(ii,7:12));

startTime=datetime(2024,8,6,14,36,0);

data=[];

data.DBMVC=[];
Expand Down
2 changes: 1 addition & 1 deletion projDir/qcDualPRTground/dataProcessing/utils/read_HCR.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
end
end
end
if size(indata.time,2)~=size(indata.(allVars{1}),2)
if size(indata.time,2)~=size(indata.(allVars{4}),2)
disp(['Time and data length do not match up at ',datestr(indata.time(end),'yyyy-mm-dd HH:MM:SS')]);
disp(['File ',infile]);
error('Stopping.')
Expand Down
2 changes: 2 additions & 0 deletions projDir/system/scripts/rsyncArchiverToVirga_labTesting
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ echo "---------- 100 hz cfradial long ----------"
rsync -av hcr@hcr-router:/data/hcr/data.archiver/cfradial/moments/100hz_long/202408\* cfradial/moments/100hz_long
echo "---------- 100 hz cfradial short ----------"
rsync -av hcr@hcr-router:/data/hcr/data.archiver/cfradial/moments/100hz_short/202408\* cfradial/moments/100hz_short
rsync -av hcr@hcr-router:/data/hcr/data.archiver/cfradial/moments/100hz.short.test/202408\* cfradial/moments/100hz.short.test
rsync -av hcr@hcr-router:/data/hcr/data.archiver/cfradial/moments/10hz.short.test/202408\* cfradial/moments/10hz.short.test

#echo "---------- time series ----------"
#rsync -av hcr@hcr-router:/data/hcr/data.archiver/time_series/wband/save/202406\* time_series/wband/save

0 comments on commit 4193cea

Please sign in to comment.