Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPGJ committed Jun 3, 2024
1 parent 44f1dfa commit 5fba5f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion irf/+irf/+fs/get_file_paths.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
% The directories in fileDirPathsCa are searched recursively for files,.
% FsoiArray1
% Column struct array.
% dir() info for every path in filePathsCa.
% dir() info struct for every path in filePathsCa.
%
%
% NOTES
% =====
% The function returns "normalized", "canonical" paths, i.e. e.g. converting
% brain:/data/solo/ to path /amd/nas8/USBDiskRaid5/solo/ which can not trigger a
% brain/spis automount. There is no known around this conversion. The calling
% code therefore has to make sure to trigger automounts manually at the right
% locations.
%
%
% FSOI = File System Object Info
Expand Down
2 changes: 1 addition & 1 deletion mission/solar_orbiter/+solo/pl_sweep.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
else, stdPhoto = NaN;
end

plot(h,dataV, dataI/1000,'.-')
plot(h, dataV, dataI/1000,'.-')
irf_legend(sprintf('I_{sat}%d = %.1f uA (std = %.1f)',iProbe,iPhoto(iProbe)/1000, stdPhoto/1000) ,[0.8, 0.4-0.1*iProbe]);
switch iProbe
case 1, hold(h,'on')
Expand Down

0 comments on commit 5fba5f7

Please sign in to comment.