Skip to content
Draft
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: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ wrapper_packages = [
"ERFA",
"FITSIO",
"emmt/OIFITS",
"SOFA",
"WCS",
]

Expand Down
4 changes: 2 additions & 2 deletions ecosystem.asdf
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ Techniques:
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"
tagline: "Julia implementation 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 purpose of this package is to provide a Julia implementation of the SOFA C library of fundamental astonomical functions.
- 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"
Expand Down
Loading