Liking cljdoc? Tell your friends :D

com.climate.astro-algo.compute

Functions to calculate local coordinates and passages References: [1] Meeus, Jean. Astronomical Algorithms 2nd Ed. Willman-Bell, Inc. 1998.

Functions to calculate local coordinates and passages
References:
[1] Meeus, Jean. _Astronomical Algorithms_ 2nd Ed. Willman-Bell, Inc. 1998.
raw docstring

apparent-sidereal-timeclj

(apparent-sidereal-time dt)

Calculate apparent sidereal time at Greenwich Input: dt (org.joda.time.DateTime) Returns: sidereal time (degrees)

Calculate apparent sidereal time at Greenwich
Input: dt (org.joda.time.DateTime)
Returns: sidereal time (degrees)
sourceraw docstring

mean-sidereal-timeclj

(mean-sidereal-time dt)

Calculate mean sidereal time at Greenwich Input: dt (org.joda.time.DateTime) Returns: sidereal time (degrees)

Calculate mean sidereal time at Greenwich
Input: dt (org.joda.time.DateTime)
Returns: sidereal time (degrees)
sourceraw docstring

nutation-in-longitudeclj

(nutation-in-longitude t)

Calculate the nutation in longitude Input: t (centuries since J2000.0) Returns: longitude (degrees)

Calculate the nutation in longitude
Input: t (centuries since J2000.0)
Returns: longitude (degrees)
sourceraw docstring

nutation-in-obliquityclj

(nutation-in-obliquity t)

Calculate the nutation in obliquity of the ecliptic Input: t (centuries since J2000.0) Returns: longitude (degrees)

Calculate the nutation in obliquity of the ecliptic
Input: t (centuries since J2000.0)
Returns: longitude (degrees)
sourceraw docstring

true-obliquityclj

(true-obliquity t)

Calculate the true obliquity of the ecliptic Input: t (centuries since J2000.0) Returns: true obliquity (degrees)

Calculate the true obliquity of the ecliptic
Input: t (centuries since J2000.0)
Returns: true obliquity (degrees)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close