Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ wrapper_packages = [
"ERFA",
"FITSIO",
"emmt/OIFITS",
"SOFA",
"WCS",
]

Expand Down
11 changes: 11 additions & 0 deletions src/JuliaAstroDocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,17 @@ ecosystem() = (
""",
astropy = ["reproject"],
),
(
name = "SOFA.jl",
repo = "https://github.com/JuliaAstro/SOFA.jl",
doc = "https://juliaastro.org/SOFA/stable/",
tagline = "Unofficial wrapper of the IAU SOFA C libraries for fundamental astronomy",
descr = """
- The purpose of this package is to wrap the SOFA C library of fundamental astonomical function to make it easily accessible in Julia. This package serves as a wrapper only. All functions ultimately call the original, unmodified, SOFA C library functions which are compiled as part of the package build process.
- The full SOFA C test suite is reproduced as part of the package to prove compliance and reproducibility of the core SOFA C functionality.
""",
astropy = ["astropy.time", "astropy.coordinates"],
),
(
name = "SkyCoords.jl",
repo = "https://github.com/JuliaAstro/SkyCoords.jl",
Expand Down
Loading