https://github.com/sisl/sofa.jl
Unofficial wrapper of the IAU SOFA C libraries for fundamental astronomy.
https://github.com/sisl/sofa.jl
Last synced: 9 months ago
JSON representation
Unofficial wrapper of the IAU SOFA C libraries for fundamental astronomy.
- Host: GitHub
- URL: https://github.com/sisl/sofa.jl
- Owner: sisl
- License: other
- Created: 2018-11-26T05:36:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T06:41:32.000Z (over 5 years ago)
- Last Synced: 2025-08-24T15:32:44.992Z (10 months ago)
- Language: Julia
- Size: 738 KB
- Stars: 10
- Watchers: 13
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| Testing | Coverage | Documentation |
| :-----: | :------: | :-----------: |
| [](https://travis-ci.org/sisl/SOFA.jl) | [](https://coveralls.io/github/sisl/SOFA.jl?branch=master) | [](https://sisl.github.io/SOFA.jl/latest) |
# SOFA.jl
Unofficial wrapper of the IAU SOFA C libraries for fundamental astronomy.
## Description
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.
## Package Version <-> SOFA Release Correspondence
The package versions correspond to the following releases of the SOFA C Library:
| Package Version | SOFA Release |
| --------------- | ------------ |
| v2.0 | 2019-07-22 |
| v1.0 | 2018-01-30 |
## Notes
1. All computed values are returned by the function call. No values are returned by reference.
2. Wrappers for _iauAtciqn_, _iauAticqn_, and _iauLdn_ do not currently work properly.
## Compliance with SOFA License
This distribution is permitted and compliant with the SOFA license. See the LICENSE for details.