Right ascension/declinati​on to azimuth/elevation

Mapping from equatorial to horizontal coordinates - i.e. from RA/Dec to az/el (Alt/Az)
ダウンロード: 1.8K
更新 2009/10/22

ライセンスの表示

Calculates azimuth and elevation angle in the local horizon system for a sky position given in equatorial coordinates (RA Dec J2000).

Function Call: [Az El] = RADec2AzEl(350,58, '2008/02/18 13:10:00',60,15,0)

Input:
RA - Right ascension (J2000) of sky position in degrees (0:360)
Dec - Declination angle (J2000) of sky position in degrees (-90:90)
UTC - Date and Time in UTC of format YYYY/MM/DD hh:mm:ss
Lat - Latitude of location in degrees -90:90 -> S(-) N(+)
Lon - Longitude of location in degrees -180:180 W(-) E(+)
Alt - Altitude of location in km

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

引用

Frank Breitling (2026). Right ascension/declination to azimuth/elevation (https://jp.mathworks.com/matlabcentral/fileexchange/25617-right-ascension-declination-to-azimuth-elevation), MATLAB Central File Exchange. 取得日: .

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

ヒントを得たファイル: Vectorized Solar Azimuth and Elevation Estimation

バージョン 公開済み リリース ノート
1.1.0.0

Small updates to the documentation.

1.0.0.0