在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaAstro/AstroTime.jl开源软件地址:https://github.com/JuliaAstro/AstroTime.jl开源编程语言:Julia 100.0%开源软件介绍:AstroTimeAstronomical time keeping in Julia AstroTime.jl provides a high-precision, time-scale aware, InstallationThe package can be installed through Julia's package manager: julia> import Pkg; Pkg.add("AstroTime") Quickstart# Create an Epoch based on the TT (Terrestial Time) scale
tt = TTEpoch("2018-01-01T12:00:00")
# Transform to TAI (International Atomic Time)
tai = TAIEpoch(tt)
# Transform to TDB (Barycentric Dynamical Time)
tdb = TDBEpoch(tai)
# Shift an Epoch by one day
another_day = tt + 1days DocumentationPlease refer to the documentation for additional information. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论