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

nemo2profilelib, empiric_offset and empiric_drift parameter have been added to...

nemo2profilelib, empiric_offset and empiric_drift parameter have been added to the rfb file and are set to NaN.
parent 0f859b79
No related branches found
No related tags found
No related merge requests found
241 242
\ No newline at end of file \ No newline at end of file
...@@ -73,6 +73,8 @@ end ...@@ -73,6 +73,8 @@ end
], ... ], ...
'recovertime', float{end}.SECOND_ORDER_INFORMATION.best_guess_datevec, ... 'recovertime', float{end}.SECOND_ORDER_INFORMATION.best_guess_datevec, ...
'offset', float{end}.SECOND_ORDER_INFORMATION.best_guess_datevec, ... 'offset', float{end}.SECOND_ORDER_INFORMATION.best_guess_datevec, ...
'empiric_offset', NaN, ...
'empiric_drift', NaN, ...
'cycle', [ ... 'cycle', [ ...
1, ... 1, ...
float{1}.DEPLOYMENT_INFO.deployment_position, ... float{1}.DEPLOYMENT_INFO.deployment_position, ...
......
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