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

EXPERIMENTAL ADDITION, the TOAs are now being shifted to all being positive on loading from rfb.

parent 3f77a8fb
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ for i = 1:length(toaColumns)
artoaDataInput.rfb.DATA(:, toaColumns(i)) ...
];
end
if min(artoaWorkspace.toaData.toa) < 0
artoaWorkspace.toaData.toa = artoaWorkspace.toaData.toa - min(artoaWorkspace.toaData.toa);
end
artoaWorkspace.toaData.correlationHeight = [];
correleationHeightColumns = artoaDataInput.rfb.VARIABLE_LIST.correlation_height;
for i = 1:length(correleationHeightColumns)
......
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