Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
artoa4argo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argoTools
artoa4argo
Commits
670d43a8
Commit
670d43a8
authored
5 years ago
by
leprob001
Browse files
Options
Downloads
Patches
Plain Diff
Renamed soundsource package to soundsources.
parent
cf070482
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
+tests/+rfc/save.m
+2
-4
2 additions, 4 deletions
+tests/+rfc/save.m
+tests/+soundsources/load.m
+1
-1
1 addition, 1 deletion
+tests/+soundsources/load.m
ci/runAll.m
+1
-1
1 addition, 1 deletion
ci/runAll.m
lib/+artoa/+load/soundsources.m
+1
-1
1 addition, 1 deletion
lib/+artoa/+load/soundsources.m
with
5 additions
and
7 deletions
+tests/+rfc/save.m
+
2
−
4
View file @
670d43a8
...
...
@@ -52,10 +52,8 @@ trajectory.soundSpeedMethod = TRAJ(track).ssmethod;
trajectory
.
dopplerCorrection
=
TRAJ
(
track
)
.
doppler
;
trajectory
.
velocityMethod
=
TRAJ
(
track
)
.
vmethod
;
trajectory
.
status
=
TRAJ
(
track
)
.
status
;
trajectory
.
toa
=
TRAJ
(
track
)
.
toa
;
trajectory
.
toaDate
=
TRAJ
(
track
)
.
toa_date
;
trajectory
.
toaSel
=
TRAJ
(
track
)
.
toa_sel
;
trajectory
.
toaIntp
=
TRAJ
(
track
)
.
toa_intp
;
% The toaData is not required for this test.
%trajectory.toaData = TRAJ(track).toa;
trajectory
.
latitude
=
TRAJ
(
track
)
.
lat
;
trajectory
.
longitude
=
TRAJ
(
track
)
.
lon
;
trajectory
.
date
=
TRAJ
(
track
)
.
date
;
...
...
This diff is collapsed.
Click to expand it.
+tests/+soundsource/load.m
→
+tests/+soundsource
s
/load.m
+
1
−
1
View file @
670d43a8
...
...
@@ -6,6 +6,6 @@ function [datafile] = load()
dataFileName
=
fullfile
(
currentDirectory
,
'..'
,
'data'
,
'HAFOS.soso'
);
datafile
=
artoa
.
load
.
soundsource
(
dataFileName
);
datafile
=
artoa
.
load
.
soundsource
s
(
dataFileName
);
end
This diff is collapsed.
Click to expand it.
ci/runAll.m
+
1
−
1
View file @
670d43a8
...
...
@@ -8,7 +8,7 @@ addpath(genpath(fullfile(currentDirectory, '..')));
testsToRun
=
{
...
@
tests
.
rfb
.
load
,
...
@
tests
.
ric
.
save
,
...
@
tests
.
soundsource
.
load
,
...
@
tests
.
soundsource
s
.
load
,
...
@
tests
.
trj4
.
save
,
...
@
tests
.
rfc
.
save
,
...
@
tests
.
data
.
toaConversion
...
...
...
This diff is collapsed.
Click to expand it.
lib/+artoa/+load/soundsource.m
→
lib/+artoa/+load/soundsource
s
.m
+
1
−
1
View file @
670d43a8
function
[
soundsource
]
=
soundsource
(
pFilename
)
function
[
soundsource
]
=
soundsource
s
(
pFilename
)
%RFB Loads a .soso file into memory using the tomlini function.
% Creates a struct that contains the sections as properties.
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment