moo -package:clash-prelude
Not on Stackage, so not searched.
Genetic algorithm library
The returned arrow has intentionally no s type parameter, in
order to let you apply the parameter generator to control signals with
control sampling rate that is different from the one target audio
sampling rate.
Calculate the Moon's angular size at the given distance.
Calculate the Moon's position-angle of the bright limb. It takes the
Moon's coordinates and the Sun's coordinates. Position-angle is the
angle of the midpoint of the illuminated limb measured eastwards from
the north point of the disk.
Calculates the Moon's Distance at the given julian date. Returns
distance to the Moon moonDistance1 :: JulianDate ->
MoonDistanceUnits you can use
mduToKm (defined in
Data.Astro.Moon.MoonDetails) to convert result to kilometers
Calculates the Moon's horizontal parallax at the given distance.
Calculates the Moon's phase (the area of the visible segment expressed
as a fraction of the whole disk) at the given universal time.
Calculate Equatorial Coordinates of the Moon with the given
MoonDetails and at the given JulianDate.
It is recommended to use
j2010MoonDetails as a first parameter.
Calculate Equatorial Coordinates of the Moon with the given
MoonDetails, distance to the Moon, geographic coordinates of the
onserver, height above sea-level of the observer measured in metres
(20 is a good reasonable value for the height) and at the given
JulianDate.
It is recommended to use
j2010MoonDetails as a first parameter,
to obtain the distance to the Moon you can use
moonDistance1
function.
moonPosition2 takes into account parallax effect.
Not on Stackage, so not searched.
Invocation helpers for the ReaderT-record-of-functions style.
Not on Stackage, so not searched.
A web service framework for Haskell, similar in purpose to dropwizard.