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 Center および MATLAB AnswersDates and Time についてさらに検索
謝辞

ヒントを得たファイル: Julian Date to Greenwich Mean Sidereal 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