Convert Right Ascension and Declination to Azimuth and Elevation

버전 1.1.0.0 (2.33 KB) 작성자: Darin Koblick
Algorithm will convert topocentric RA/DEC Angles to Azimuth and Elevation
다운로드 수: 1.5K
업데이트 날짜: 2010/1/28

라이선스 보기

Function Description:
RaDec2AzEl will take the Right Ascension and Declination in the topocentric reference frame, site latitude and longitude as well as a time in GMT and output the Azimuth and Elevation in the local horizon reference frame.

List of Inputs:
Topocentric Right Ascension (Degrees)
Topocentric Declination Angle (Degrees)
Lat (Site Latitude in degrees -90:90 -> S(-) N(+))
Lon (Site Longitude in degrees -180:180 W(-) E(+))
UTC (Coordinated Universal Time YYYY/MM/DD hh:mm:ss)

List of Outputs:
Local Azimuth Angle (degrees)
Local Elevation Angle (degrees)

Sample Function Call:
[Az El] = RaDec2AzEl(294.9891115,-20.8235624,39.007,-104.883,'1994/05/14 13:11:20.59856')

인용 양식

Darin Koblick (2024). Convert Right Ascension and Declination to Azimuth and Elevation (https://www.mathworks.com/matlabcentral/fileexchange/26458-convert-right-ascension-and-declination-to-azimuth-and-elevation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Coordinate Reference Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Updated terminology

1.0.0.0