Skip to content
Snippets Groups Projects
Commit 670d43a8 authored by leprob001's avatar leprob001
Browse files

Renamed soundsource package to soundsources.

parent cf070482
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -6,6 +6,6 @@ function [datafile] = load()
dataFileName = fullfile(currentDirectory, '..', 'data', 'HAFOS.soso');
datafile = artoa.load.soundsource(dataFileName);
datafile = artoa.load.soundsources(dataFileName);
end
......@@ -8,7 +8,7 @@ addpath(genpath(fullfile(currentDirectory, '..')));
testsToRun = { ...
@tests.rfb.load, ...
@tests.ric.save, ...
@tests.soundsource.load, ...
@tests.soundsources.load, ...
@tests.trj4.save, ...
@tests.rfc.save, ...
@tests.data.toaConversion ...
......
function [ soundsource ] = soundsource(pFilename)
function [ soundsource ] = soundsources(pFilename)
%RFB Loads a .soso file into memory using the tomlini function.
% Creates a struct that contains the sections as properties.
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment