Closed fgnievinski closed 2 years ago
I implemented interf. delay, slant distance, and height correction. I commented the implementation in the issue https://github.com/vitorhjr/curv-altimetry-dev/issues/29.
I will repost here the comments about the findings.
I have been modeling the trigonometric approach for the altimetry correction and reflection on a sphere (deposited in geo-alhazen repository and in the curv-altimetry repository, too). Those are the new trigonometric functions in the branch cor-trig:
I found some issues when implementing the formulas from my master's thesis. I maintain wrong formulas in the code, but commented with "#WRONG".
AlthoughDespite those issues, the implementation of the trigonometric formulas is correct in the algorithms.
for interf. delay, slant distance, and height correction.
Originally posted by @vitorhjr in https://github.com/vitorhjr/geo-alhazen/issues/2#issuecomment-927940709