We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d801e commit 4e49a75Copy full SHA for 4e49a75
1 file changed
lib/retrievals/pollyLR.m
@@ -82,6 +82,6 @@
82
aerBscStd = p.Results.aerBscStd;
83
end
84
85
-aerLRStd = aerLR .* sqrt(aerExtStd.^2 ./ aerExt.^2 + aerBscStd.^2 ./ aerBsc.^2);
+aerLRStd = real(aerLR .* sqrt(aerExtStd.^2 ./ aerExt.^2 + aerBscStd.^2 ./ aerBsc.^2));
86
87
0 commit comments