Registry / utility / iausofa

iausofa

JSON →
library20231011vcpkgunverified

This is C version of IAU sofa software.

vcpkg install iausofa
INSTALL
IMPORT
SIG · IAUSOFA
I
iausofa
utilitycppv20231011
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sofa.h
#include <sofa.h>

Compute Greenwich Mean Sidereal Time

#include "sofa.h" #include <stdio.h> int main() { double jd = 2451545.0; // J2000.0 double ut1 = 0.0; double gmst; iauGmst06(jd, ut1, jd, ut1, &gmst); printf("GMST: %f radians\n", gmst); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
20231011latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

iausofa — pip install iausofa · libregistry