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
e4610426
Commit
e4610426
authored
5 years ago
by
leprob001
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation.
parent
bb9bc89b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/+artoa/+float/calculateTrajectory.m
+28
-2
28 additions, 2 deletions
lib/+artoa/+float/calculateTrajectory.m
with
28 additions
and
2 deletions
lib/+artoa/+float/calculateTrajectory.m
+
28
−
2
View file @
e4610426
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
...
...
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