Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kzeiden committed Oct 10, 2024
1 parent 7f5d05a commit b15446d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GeneralTools/KZ_PostProcessing/L1_compileSWIFT.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

%% Loop through missions

for im = 1%:length(missions)
for im = 1:length(missions)

missiondir = [missions(im).folder slash missions(im).name];
cd(missiondir)
Expand Down
2 changes: 1 addition & 1 deletion GeneralTools/KZ_PostProcessing/L2_pruneSWIFT.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
missions = missions([missions.isdir]);

%% Loop through missions and remove burst identified as out-of-water
for im = 1%:length(missions)
for im = 1:length(missions)

missiondir = [missions(im).folder slash missions(im).name];
cd(missiondir)
Expand Down
2 changes: 1 addition & 1 deletion GeneralTools/KZ_PostProcessing/L3_postprocessSWIFT.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
missions = missions([missions.isdir]);

%% Loop through missions and reprocess
for im = 1%:length(missions)
for im = 1:length(missions)

missiondir = [missions(im).folder slash missions(im).name];
cd(missiondir)
Expand Down

0 comments on commit b15446d

Please sign in to comment.