NAME
HouseOfPoint
Find the house where a given zodiac point is
USAGE
HouseOfPoint point_longitude_degrees [-center] {-shsd | -shod} {-rasi | -nav} {-fix | -mov}
PARAMETERS
point_longitude_degrees:
The longitude in degrees of the point
OPTIONS
-center
house starts at the middle point of the cusp
-shsd
Signs and houses are in the same direction.
-shod
Signs and houses are in opposite direction.
-rasi
for the rasi horoscope
-nav
for the navamsa horoscope.
-fix
for the fix zodiac
-mov
for the movable zodiac
None
RETURN
The number of the house from 1 to 12
EXAMPLE
PutTxt "house 180 -fix -rasi -shod = [HouseOfPoint 180 -fix -rasi -shod]" PutTxt "house 180 -fix -rasi -shsd = [HouseOfPoint 180 -fix -rasi -shsd]" PutTxt "house 180 -center -fix -rasi -shod = [HouseOfPoint 180 -center -fix -rasi -shod]" PutTxt "house 180 -center -fix -rasi -shsd = [HouseOfPoint 180 -center -fix -rasi -shsd]" PutTxt "house 180 -mov -rasi -shod = [HouseOfPoint 180 -mov -rasi -shod]" PutTxt "house 180 -mov -rasi -shsd = [HouseOfPoint 180 -mov -rasi -shsd]" PutTxt "house 180 -center -mov -rasi -shod = [HouseOfPoint 180 -center -mov -rasi -shod]" PutTxt "house 180 -center -mov -rasi -shsd = [HouseOfPoint 180 -center -mov -rasi -shsd]"
Output
house 180 -fix -rasi -shod = 9 house 180 -fix -rasi -shsd = 4 house 180 -center -fix -rasi -shod = 9 house 180 -center -fix -rasi -shsd = 5 house 180 -mov -rasi -shod = 9 house 180 -mov -rasi -shsd = 4 house 180 -center -mov -rasi -shod = 10 house 180 -center -mov -rasi -shsd = 4