script or function for moon phase and position with time, lat and lon as inputs
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
GWILYM ROWLANDS
il 6 Ott 2016
Commentato: Liviu Ivanescu
il 5 Ago 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 Commenti
Risposta accettata
Più risposte (2)
Matthias Walle
il 6 Ott 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 Commenti
Liviu Ivanescu
il 5 Ago 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 Commento
Liviu Ivanescu
il 5 Ago 2019
May be this:
https://www.mathworks.com/matlabcentral/fileexchange/22992-lunar-azimuth-and-altitude-estimation-algorithm
Vedere anche
Categorie
Scopri di più su Satellite and Orbital Mechanics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!