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

Updated documentation.

parent 1f77638b
No related branches found
No related tags found
No related merge requests found
function [adjustedToa] = addDrift(pToa, pOffsetBegin, pDrift, pStartTimestep)
%ADDFLOATDRIFT Summary of this function goes here
% Detailed explanation goes here
%ADDFLOATDRIFT Adds the given drift to the toa.
% For a distracted daterange, it is possible to pass all corresponding
% timesteps of the toa as pStartTimestep.
%% Prepare return variable
adjustedToa = pToa;
......
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