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

Updated save RFC function.

parent 1e483351
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,9 @@ header = { ... ...@@ -104,7 +104,9 @@ header = { ...
['** Cycle Start time : ' floatCycleStartTime ' (RAFOS day ' floatCycleStartTimeRafosDays ')'], ... ['** Cycle Start time : ' floatCycleStartTime ' (RAFOS day ' floatCycleStartTimeRafosDays ')'], ...
['** Launch time : ' launchTime ' (RAFOS day ' launchTimeRafosDays ')'], ... ['** Launch time : ' launchTime ' (RAFOS day ' launchTimeRafosDays ')'], ...
['** Cycle End time : ' floatCycleEndTime ' (RAFOS day ' floatCycleEndTimeRafosDays ')'], ... ['** Cycle End time : ' floatCycleEndTime ' (RAFOS day ' floatCycleEndTimeRafosDays ')'], ...
['** First surface Position time : ' recoverTime ' (RAFOS day ' recoverTimeRafosDays ')'] ... ['** First surface Position time : ' recoverTime ' (RAFOS day ' recoverTimeRafosDays ')'], ...
['** Float clock offset (init/final) : ' num2str(pFloatDetails.offset(1,end)) ' / ' num2str(pFloatDetails.offset(2,end)),' seconds'], ...
['** -------'] ...
}; };
fileString = [strjoin(header, newline) newline]; fileString = [strjoin(header, newline) newline];
......
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