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

Updated documentation.

parent bb9bc89b
No related branches found
No related tags found
No related merge requests found
function [trajectory, trajectoryDates, trajectoryClockError] = calculateTrajectory(pFloatDetails, pToaData, pSoundsources, pTrackingParameter, pSoundVelocity, pLeapsecondsMatrix) function [trajectory, trajectoryDates, trajectoryClockError] = calculateTrajectory(pFloatDetails, pToaData, pSoundsources, pTrackingParameter, pSoundVelocity, pLeapsecondsMatrix)
%CALCULATETRAJECTORY Summary of this function goes here %CALCULATETRAJECTORY Calculates the trajectory using the given details.
% Detailed explanation goes here % Applies all required corrections to the data and calculates the trajectory
% segment by segment afterwards.
%
% The following corrections are applied for every soundsource individually:
% 1. Float drift is being added to TOA
% 2. Adds offsets and dates (sense is to be determined)
% 3. Corrective value of soundsource is being added
% 4. The TOA data is being interpolated
% 5. The TOA data is being matched to the next Rafos date
% 6. Doppler correction is applied if selected
%
% Parameters:
% pFloatDetails (struct):
% The float details that are stored in a .rfb file.
% pToaData (struct):
% The toaData object, according to artoa data specification.
% pSoundsources (struct):
% All soundsources that are available during the activity of the
% float.
% pTrackingParameter (struct):
% Tracking parameter according to artoa data specification.
% pSoundVelocity (double):
% x by 3 vector, containing the soundspeed values corresponding
% to the specified soundsources in the tracking parameter ->
% soundsource combination table.
% pLeapsecondsMatrix (double):
% The leapseconds matrix that is specified in the artoa.ini file.
%% Get required data %% Get required data
......
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