Description of data names Proastro can export:(for a complete list, please see the .ini files in the db install directory of Proastro)
Id Field | string, max 254 |
Name | string, max 255 |
First Name | string, max 255 |
Aka | string, max 255 |
Sex | string, max 1 ("N", "M" or "F") |
Year | short int |
Month | short int |
Day | short int |
Date/Hour UT Encode | TIMESTAMP_STRUCT |
Date UT Encode | DATE_STRUCT |
Date/Hour Local Encode | TIMESTAMP_STRUCT |
Hour | short int |
Minute | short int |
Second | short int |
Hour UT Encode | TIME_STRUCT |
Hour UT Decimal | double |
Sidereal Time Decimal Hours | double |
Is Julian Date | short int, 0=false, 1=true |
Julian Day UT | double |
Julian Day ET | double |
Rodden | string, max 10 |
City Name | string, max 59 |
County Name | string, max 59 |
State Name | string, max 119 |
Country Name | string, max 119 |
City Longitude Decimal Hours Abs | double |
City Longitude Hours Encode Abs | TIME_STRUCT |
City Longitude Decimal Degrees Abs | double |
City Longitude Is West | short int 0=false,1=true |
City Latitude Decimal Degrees Abs | double |
City Latitude Is South | short int 0=false,1=true |
Zero JD ET | double |
Zero Date UT Encode | DATE_STRUCT |
Zero Date/Hour UT Encode | TIMESTAMP_STRUCT |
Mov Longitude degrees House %d SHSD | double %d from 1 to 12 |
Mov Longitude degrees House %d SHOD | double %d from 1 to 12 |
Fix Longitude degrees House %d SHSD | double %d from 1 to 12 |
Fix Longitude degrees House %d SHOD | double %d from 1 to 12 |
House division type | string, max 13 |
%s Geo Mov Longitude Degrees | double, %s the english name of planet (see below) |
%s Geo Mov Latitude Degrees | double, %s the english name of planet (see below) |
%s Geo Fix Longitude Degrees | double, %s the english name of planet (see below) |
%s Geo Fix Latitude Degrees | double, %s the english name of planet (see below) |
%s Helio Mov Longitude Degrees | double, %s the english name of planet (see below) |
%s Helio Mov Latitude Degrees | double, %s the english name of planet (see below) |
%s Helio Fix Longitude Degrees | double, %s the english name of planet (see below) |
%s Helio Fix Latitude Degrees | double, %s the english name of planet (see below) |
%s Strength | double, %s the english name of planet (see below) from SUN to SATURN |
House %d Strength SHSD | double, %d house number for 1 to 12 |
Lunar Day | short int from 1 to 30 |
Solar Hour | short int from 1 to 24 |
Year Lord | string, english planet name (see below) |
Month Lord | string, english planet name (see below) |
Day Lord | string, english planet name (see below) |
Hour Lord | string, english planet name (see below) |
%s 1/%d | string, Sign for the subdivision, %s planet name from SUN to SATURN, %d one of 1,2,3,4,5,6,7,9,10,11,12,30,60 |
%s Bindus in %s Ashtakavarga %s | string, first sign name from ARIES to PISCES, second %s SUN to SATURN, third %s Before Reduction or After Reduction example : Libra Bindus in Venus Ashtakavarga After Reduction |
H_%s_SHSD | short int, %s english name of planet from Sun to Arudha (see below). House number of planet (from 1 to 12), Signs Houses Same Direction |
H_%s_SHOD | short int, %s english name of planet from Sun to Arudha (see below). House number of planet (from 1 to 12), Signs Houses Opposite Direction |
Angle_%s_%s | double, %s english name of planet from Sun to Arudha (see below). Angle between the two planets |
string are char* (UTF-8)
max planet string size: 14
max sign string size: 13
Type | Size (bits) | Range | Sample applications |
---|---|---|---|
unsigned char | 8 | 0 to 255 | Small numbers and full PC character set |
char | 8 | -128 to 127 | Very small numbers and ASCII characters |
short int | 16 | -32768 to 32767 | Counting, small numbers, loop control |
unsigned int | 32 | 0 to 4294967295 | Large numbers and loops |
int | 32 | -2147483648 to 2147483647 | Counting, small numbers, loop control |
unsigned long | 32 | 0 to 4294967295 | Astronomical distances |
enum | 32 | -2147483648 to 2147483647 | Ordered sets of values |
long | 32 | -2147483648 to 2147483647 | Large numbers, populations |
float | 32 | 3.4^10 -38 to 1.7^10 38 | Scientific (7-digit) precision) |
double | 64 | 1.7^10 -308 to 3.4^10 308 | Scientific (15-digit precision) |
long double | 80 | 3.4^10 -4932 to 1.1^10 4932 | Financial (18-digit precision) |
english name of planets(used even in french version)
Sun
Moon
Mercury
Venus
Mars
Jupiter
Saturn
AS
MH
Rahu
Kethu
Uranus
Neptune
Pluto
Fortun
Gulika
Mandi
Arudha
Earth
Unknown planet
english name of signs(used even in french version)
Aries
Taurus
Gemini
Cancer
Leo
Virgo
Libra
Scorpio
Sagittarius
Capricornus
Aquarius
Pisces
Unknown sign