Lunar Azimuth and Altitude Estimation Algorithm

バージョン 1.4.0.0 (4.26 KB) 作成者: Darin Koblick
Predict the Lunar Azimuth and Altitude within +/- .2 deg of any lat and lon for a given UTC
ダウンロード: 3.5K
更新 2010/8/18

ライセンスの表示

This algorithm will accept a Latitude, Longitude and Altitude location as well as a specific universal coordinated time. It will use this information and calculate the position of the moon in a local coordinate frame (az and alt aka az and el).

Example Function Call:
[Az El] = LunarAzEl('1991/05/19 13:00:00',50,10,0)

Input List:
UTC Date and Time - Use format YYYY/MM/DD hh:mm:ss
Latitude - Site Latitude in degrees -90:90 -> S(-) N(+)
Longitude - Site Longitude in degrees -180:180 W(-) E(+)
Altitude - Site Altitude in km

Output List:
Az - Lunar Azimuth angle in degrees
El - Lunar Elevation/Altitude Angle in degrees

引用

Darin Koblick (2024). Lunar Azimuth and Altitude Estimation Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/22992-lunar-azimuth-and-altitude-estimation-algorithm), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCoordinate Systems についてさらに検索
謝辞

ヒントを与えたファイル: SunMoon - Astronomical data to plan orientation research

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.4.0.0

Updated to make use of the site altitude

1.3.0.0

Enhanced modeling fidelity of the lunar orbit by adding large perturbation terms.

1.2.0.0

Bug Fix: Azimuth quadrant check in LunarAzEl

1.1.0.0

Modified the RA DEC to Az Alt conversion.

1.0.0.0