NAME
HQualityOfPlanet
Get the quality of a planet in a given crosschecking.
USAGE
HQualityOfPlanet nplanet ncrosschecking
PARAMETERS
nplanet : number of the planet.
ncrosschecking : number of the crosschecking.
OPTIONS
None
RETURN
Return an integer being the quality of the planet in the crosschecking.
If return value is 0, quality is Neutral.
1 : benefic.
2 : very benefic.
-1 : malefic.
-2 : very malefic.
EXAMPLE
for {set i 0} {$i < 15} {incr i} {
for {set j 0} {$j < 16} {incr j} {
PutTxt -nonewline [HQualityOfPlanet
$i $j]
PutTxt -nonewline " "
}
PutTxt ""
}
Output
1 1 1 -1 -1 -1 1 0 1 1 1 1 -1 1 1 1
0 -1 0 -1 -1 0 -1 0 -1 -1 1 0 -1 0 -1 -1
-1 -2 -1 1 1 2 1 1 1 1 -1 -1 1 -1 1 -2
-2 -1 -2 1 1 1 0 1 0 0 -1 -2 1 -2 0 -1
2 1 2 1 1 -2 0 -2 0 1 0 2 1 2 0 1
1 1 1 -2 -2 -2 -1 -1 -1 -1 1 1 -2 1 -1 1
0 0 0 2 2 1 1 2 1 2 0 0 2 0 1 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 -1 0 0 0 1 0 0 0 1 -1 0 0 0 0 -1
0 0 0 -1 -1 1 0 0 0 -1 1 0 -1 0 0 0
-1 -1 -1 1 1 1 1 1 1 1 -1 -1 1 -1 1 -1
1 1 1 -2 -2 0 -1 0 -1 -1 1 1 -2 1 -1 1
1 1 1 0 0 -2 -1 -2 -1 0 0 1 0 1 -1 1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Remarks :
To get the quality of planet n is radix, or normal horoscope, use the following instruction :
HQualityOfPlanet $n 7
To get the quality of planet n in the navamsas horoscope use
HQualityOfPlanet $n 15