Skip to content

prakharcode/AstroTime.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroTime

Astronomical time keeping in Julia

Build Status Unix Build Status Windows Coveralls Codecov Docs Stable Docs Latest

Installation

The package can be installed through Julia's package manager:

Pkg.clone("https://github.com/JuliaAstro/AstroTime.jl")

Quickstart

# Create an Epoch based on the TT (Terrestial Time) scale
tt = TTEpoch("2018-01-01T12:00:00")

# Transform to UTC (Universal Time Coordinated)
utc = UTCEpoch(tt)

# Transform to TDB (Barycentric Dynamical Time)
utc = TDBEpoch(utc)

Documentation

Please refer to the documentation for additional information.

About

Astronomical time keeping in Julia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%