script or function for moon phase and position with time, lat and lon as inputs
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
GWILYM ROWLANDS
el 6 de Oct. de 2016
Comentada: Liviu Ivanescu
el 5 de Ag. de 2019
Hi, I am looking for a script or function for moon phase and position with time, lat and lon as inputs. I had a a quick look on FEx and couldn't see anything that easily fits. Anyone aware of any matlab code or other that I can easily call for this information?
0 comentarios
Respuesta aceptada
Más respuestas (2)
Matthias Walle
el 6 de Oct. de 2016
Hi,
Have you seen the Moon Phases File by Meysam Mahooti? https://de.mathworks.com/matlabcentral/fileexchange/55270-moon-phases
It already calculates the Moon Phases for any given Year. I am not sure why you need the lon and lat inputs since the lunar phases (new moon, full moon, etc) only depend on the position of the earth moon and sun. They don't depend where you are on earth. It just affects the angle from which you see the moon. Of course that might make a difference but I am sure you could add this to the calculation.
I hope this helped,
Matthias
0 comentarios
Liviu Ivanescu
el 5 de Ag. de 2019
I also need Moon azimuth and elevation position with time, lat and lon as inputs! We don't need that for phase calculation, but just to know where the Moon is. I tried the link:
but that gives the 3D carthesian position of the Moon. It dosn't give Moon azimuth and elevation for a given location on Earth.
1 comentario
Liviu Ivanescu
el 5 de Ag. de 2019
May be this:
https://www.mathworks.com/matlabcentral/fileexchange/22992-lunar-azimuth-and-altitude-estimation-algorithm
Ver también
Categorías
Más información sobre Satellite and Orbital Mechanics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!