Section13: Section 13: House cusp, ascendant and Medium Coeli...

Section13R Documentation

Section 13: House cusp, ascendant and Medium Coeli calculations

Description

Calculate house cusp, ascendant, Medium Coeli, etc. calculations

Usage

swe_houses_ex(jd_ut, cuspflag, geolat, geolon, hsys)

swe_houses_armc(armc, geolat, eps, hsys)

swe_house_name(hsys)

Arguments

jd_ut

UT Julian day number as double (day)

cuspflag

cusp flag as integer (0 [tropical], SE$FLG_SIDEREAL, SE$FLG_RADIANS)

geolat

geographic latitude as double (deg)

geolon

geographic longitude as double (deg)

hsys

house method, one-letter case sensitive as char

armc

right ascension of the MC as double (deg)

eps

ecliptic obliquity as double (deg)

Details

swe_houses_ex()

Calculate houses' cusps, ascendant, Medium Coeli (MC), etc.

swe_houses_armc()

Calculate houses' information from the right ascension of the Medium Coeli (MC).

swe_houses_name()

Provide the house name.

Value

swe_houses_ex returns a list with named entries: return status flag as integer, cusps cusps values as double and ascmc ascendent, MCs. etc. as double.

swe_houses_armc returns a list with named entries: return status flag as integer, cusps cusps values as double and ascmc ascendent, MCs, etc. as double.

swe_house_name returns the house name as string

See Also

Section 13 in http://www.astro.com/swisseph/swephprg.htm. Remember that array indices start in R at 1, while in C they start at 0!

Examples

swe_houses_ex(1234567, 0, 53, 0, 'B')
swe_houses_armc(12, 53, 23, 'B')
swe_house_name('G')

swephR documentation built on May 31, 2023, 5:31 p.m.