Hoogle Search
Within Stackage Nightly 2025-10-07 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RiseSet :: a -> a -> RiseSet aastro Data.Astro.CelestialObject.RiseSet Some Info of Rise and Set of the celestial object
type
RiseSetLCT = RiseSet RSInfo LocalCivilTimeastro Data.Astro.CelestialObject.RiseSet Local Civil Time and Azimuth of Rise and Set
type
RiseSetLST = RiseSet RSInfo LocalSiderealTimeastro Data.Astro.CelestialObject.RiseSet LST (Local Sidereal Time) and Azimuth of Rise and Set
type
RiseSetMB = RiseSet Maybe RSInfo LocalCivilTimeastro Data.Astro.CelestialObject.RiseSet The optional Rise And optinal Set Information (LocalCivilTime and Azimuth)
riseAndSet :: EquatorialCoordinates1 -> DecimalDegrees -> DecimalDegrees -> RiseSetLSTastro Data.Astro.CelestialObject.RiseSet Calculate rise and set local sidereal time of a celestial object. It takes the equatorial coordinates of the celestial object, vertical shift and the latitude of the observation. To calculate vertical shift for stars use function refract from Data.Astro.Effects. In most cases you can assume that vertical shift equals 0.566569 (34 arcmins ~ 'refract (DD 0) 12 1012').
-
astro Data.Astro.CelestialObject.RiseSet Calculate rise and set local sidereal time of a celestial object that changes its equatorial coordinates during the day (the Sun, the Moon, planets). It takes epsilon, the function that returns equatorial coordinates of the celestial object for a given julian date, vertical shift and the latitude of the observation. To calculate vertical shift for stars use function refract from Data.Astro.Effects. In most cases you can assume that vertical shift equals 0.566569 (34 arcmins ~ 'refract (DD 0) 12 1012').
-
astro Data.Astro.CelestialObject.RiseSet Calculates set and rise of the celestial object It takes geographic coordinates of the observer, local civil date, vertical shift and equatorial coordinates of the celestial object.
toRiseSetLCT :: DecimalDegrees -> LocalCivilDate -> RiseSetLST -> RiseSetLCTastro Data.Astro.CelestialObject.RiseSet Converts Rise and Set in Local Sidereal Time to Rise and Set in Local Civil Time. It takes longutude of the observer and local civil date. To calculate vertical shift for stars use function refract from Data.Astro.Effects. In most cases you can assume that vertical shift equals 0.566569 (34 arcmins ~ 'refract (DD 0) 12 1012').
-
astro Data.Astro.Sun Some Info of Rise and Set of a celestial object
RiseSet :: a -> a -> RiseSet aastro Data.Astro.Sun Some Info of Rise and Set of the celestial object