ufrgs-gnss-lab / geo-alhazen

Modeling of reflection on a sphere
1 stars 0 forks source link

Create function outputting global coordinates #13

Closed fgnievinski closed 2 years ago

fgnievinski commented 2 years ago

get_reflection_spherical_global

vitorhjr commented 2 years ago

A draft of the function:

function [X, Y] = get_quasigeo_coord (x,y,Rs)

Y = y + Rs;
X = x;

end

It needs to input both X and Y or only Y?

vitorhjr commented 2 years ago

I upload the function get_quasigeo_coord to the branch.

vitorhjr commented 2 years ago

I named the function as get_quasigeo_coord. Do you think it better to rename it as get_reflection_spherical_global?

fgnievinski commented 2 years ago

get_quasigeo_coord is okay. get_reflection_spherical_global would be a different function: https://github.com/vitorhjr/geo-alhazen/blob/multh/get_reflection_spherical_quasigeo.m