You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JuliaAstroDocs.jl
+38-1Lines changed: 38 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,37 @@ stake! = String ∘ take!
7
7
ecosystem() = (
8
8
"Domain"=> (
9
9
"Solar System"=> (
10
+
(
11
+
name ="CALCEPH.jl",
12
+
repo ="https://github.com/JuliaAstro/CALCEPH.jl",
13
+
doc ="https://juliaastro.org/CALCEPH/stable/",
14
+
tagline ="A wrapper to CALCEPH: IMCCE planetary ephemeris access library",
15
+
descr ="""
16
+
- This is a julia wrapper for [CALCEPH](https://www.imcce.fr/inpop/calceph/) a C library for reading planetary ephemeris files, such as [INPOPxx](https://www.imcce.fr/inpop), JPL DExxx and SPICE ephemeris files
17
+
- [CALCEPH](https://www.imcce.fr/inpop/calceph/) C library is developped by [IMCCE](https://www.imcce.fr/)
tagline ="Astrodynamics with units! Provides common astrodynamics calculations, plotting, and iterative Halo, Kepler, and Lambert solvers.",
36
+
descr ="""
37
+
- Common astrodynamics calculations, with hooks into the SciML ecosystem.
38
+
""",
39
+
astropy = [],
40
+
),
20
41
(
21
42
name ="PerezHz/HORIZONS.jl",
22
43
repo ="https://github.com/PerezHz/HORIZONS.jl",
@@ -79,6 +100,22 @@ ecosystem() = (
79
100
""",
80
101
astropy = [],
81
102
),
103
+
(
104
+
name ="Orbits.jl",
105
+
repo ="https://github.com/JuliaAstro/Orbits.jl",
106
+
doc ="https://juliaastro.org/Orbits/stable/",
107
+
tagline ="Flexible and fast astronomical orbits",
108
+
descr ="""
109
+
The goals of this package are, in this order:
110
+
111
+
* have a simple interface with high composability
112
+
* be flexible with respect to numeric types and application
113
+
* be fully compatible with [ChainRules.jl](https://github.com/juliadiff/ChainRules.jl) automatic differentiation (AD) system to leverage the derived analytical gradients
114
+
* provide a codebase that is well-organized, instructive, and easy to extend
115
+
* maintain high performance: at least as fast as similar tools
0 commit comments