필터 지우기
필터 지우기

What is a time vector?

조회 수: 9 (최근 30일)
Evan Mossel
Evan Mossel 2018년 7월 9일
답변: James Tursa 2018년 7월 9일
I downloaded a library for calculating the moon's position and one of the inputs is a 'vector of Julian days in TDT time scale.' Does anyone know the format of this input? Thanks
  댓글 수: 1
Adam
Adam 2018년 7월 9일
Since it is 3rd party code it could be anything. If it is good 3rd party code it will either include a help section with an example or something like a
validateattributes
line which makes it clear what type of input is expected. Otherwise you'd have to search through the code for where the input is used and try to work out from the context what it is expected to be, which is never fun.

댓글을 달려면 로그인하십시오.

답변 (1개)

James Tursa
James Tursa 2018년 7월 9일
See this article for a discussion of TDT and its relationship to TAI:
And this article which further relates TAI to UTC:

카테고리

Help CenterFile Exchange에서 Earth, Ocean, and Atmospheric Sciences에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by