Skip to content

Commit

Permalink
Update RUN_1.m
Browse files Browse the repository at this point in the history
Improved comments
  • Loading branch information
aweinert-MIT authored Oct 16, 2020
1 parent c0546a1 commit c1d4941
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RUN_1.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
% Uncomment to plot
% figure(i); set(gcf,'name',iso_3166_2{i}); worldmap(BoundingBox_wgs84(:,2),BoundingBox_wgs84(:,1)); geoshow(gridLat_deg,gridLon_deg,'DisplayType','point'); grid on;

% Input directories
% Input directories for ownship files
% The following code assumes you're using em-model-geospatial.
% If not, replace this section with code to identify the filenames of your ownship trajectory files
listing = dir([getenv('AEM_DIR_GEOSPATIAL') filesep 'output' filesep 'trajectories' filesep iso_3166_2{i} '*' filesep '*']);
listing(ismember( {listing.name}, {'.', '..'})) = []; %remove . and ..
isShield = contains({listing.folder},'shield');
Expand Down Expand Up @@ -136,4 +138,4 @@

%% Save Display status to screen
save(['output' filesep '1_performanace_' usecase '_' 'anchorRange' num2str(anchorRange_nm) '_' date '.mat'],'status','inDir','file_airspace','anchorRange_nm','usecase');
disp('Done!');
disp('Done!');

0 comments on commit c1d4941

Please sign in to comment.