Convert Julian Date to Greenwich Apparent Sidereal Time

버전 1.2.0.0 (2.68 KB) 작성자: Darin Koblick
Find the Greenwich Apparent Sidereal Time Given any Julian Date
다운로드 수: 1.1K
업데이트 날짜: 2012/5/29

라이선스 보기

Convert a specified Julian Date Vector to Greenwich Apparent Sidereal Time (GAST). The expected input matrix may contain multiple dimensions. The output matrix will be in the same size as the input matrix. Warning: Use caution when using GAST as a substitute for Greenwich Mean Sidereal Time (GMST).

To run JD2GAST, use the following code sequence:
GAST = JD2GAST(JD);

Where:
JD is the Julian Date input (days)
GAST is the resulting Greenwich Apparent Sidereal Time output (0 to 360deg)

인용 양식

Darin Koblick (2024). Convert Julian Date to Greenwich Apparent Sidereal Time (https://www.mathworks.com/matlabcentral/fileexchange/28232-convert-julian-date-to-greenwich-apparent-sidereal-time), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Updated mean obliquity of elliptic equation to be consistent with units. All units in this equation are in degrees.

1.1.0.0

Fixed bug which would re-size the input vector to [N x 1]

1.0.0.0