6 new SQL functions (114 -> 120): - make_orbital_elements(): construct from 9 floats, angles in radians - make_orbital_elements_deg(): same with angles in degrees, matches text I/O convention and typical catalog column layouts - galilean_equatorial(): geocentric RA/Dec for Io/Europa/Ganymede/Callisto - saturn_moon_equatorial(): geocentric RA/Dec for Mimas through Hyperion - uranus_moon_equatorial(): geocentric RA/Dec for Miranda through Oberon - mars_moon_equatorial(): geocentric RA/Dec for Phobos/Deimos Constructors requested by astrolock-api to replace fragile format(9 args)::orbital_elements cast pattern. Moon equatorial functions fill the last NULL RA/Dec gaps in their unified sky query. All 20 regression suites pass.
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
comment = 'A database orrery — celestial mechanics types and functions for PostgreSQL'
|
|
default_version = '0.11.0'
|
|
module_pathname = '$libdir/pg_orrery'
|
|
relocatable = true
|