diff --git a/docs/make.jl b/docs/make.jl index 8758c8ec3b..ed97ebd3c7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -111,7 +111,6 @@ wrapper_packages = [ "ERFA", "FITSIO", "emmt/OIFITS", - "SOFA", "WCS", ] diff --git a/ecosystem.asdf b/ecosystem.asdf index c9f1f699b3..cea37b93dd 100644 --- a/ecosystem.asdf +++ b/ecosystem.asdf @@ -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"