Skip to content
Snippets Groups Projects
Verified Commit 3f1af1ff authored by leprob001's avatar leprob001
Browse files

fix: EmpiricalShift has been applied twice

parent c553a14b
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ trajectoryObject.temperature(dateIndices) = artoaWorkspace.temperature(indices);
artoaWorkspace.rafosDate(artoaWorkspace.statusPressure == 1) ...
};
% prepare the toa data for recalculation
toaData = artoa.controller.prepareToaDataForCalculations();
% reset the toa data for recalculation
toaData = artoaWorkspace.toaData;
[ ...
trajectory, ...
......
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