NAME

ComputeHoroscope:

Compute a horoscope for a given UT date hour and place.

USAGE

ComputeHoroscope

-datehourUT date_hour_string

-place_longitude HH h MM ' SS " {E/W}

-place_latitude DD d MM ' SS " {N/S}

-name name_string

[-first_name first_name_string]

[-sex {M/F/N}]

[-city_name city_name_string]

[-county_name county_name_string]

[-state_name state_name_string]

[-country_name country_name_string]

PARAMETERS

date_hour_string:

A date hour string representing the UT birth moment.
Required.

HH h MM ' SS " {E/W}

A string being the longitude of the birth place.
May be in degrees or hours.
For example 10 h 15' E for an East hour longitude, 5h 10' 45" W for a West hour longitude, 20d15' W for a West degree longitude.
Required.

DD d MM ' SS " {N/S}

A string being the latitude of the birth place. Must be in degrees.
Required.

name_string

The name of the person the horoscope is for.
Required.

first_name_string

The first name of the person.
Optional.
If not given first name is set to an empty string.

{M/F/N}

Sex of the person: M = Male, F or W for female, N for neuter.
Optional.
If not given sex is N

city_name_string

The name of the birth city.
Optional.
If not given is set to an empty string.

county_name_string

The name of the county.
Optional.
If not given is set to an empty string

state_name_string

The name of the state.
Optional.
If not given is set to an empty string

country_name_string

The name of the country.
Optional.
If not given is set to an empty string

RETURN

None

EXAMPLE

ComputeHoroscope -datehourUT 1965-09-15 0:15 -place_longitude 0h1' E -place_latitude 48d0 N -city_name "Le Mans" -county_name Sarthe -country_name France -name Régnier -first_name Patrick -sex M

Note:

Le Mans is in quotation marks to preserve the space between Le and Mans.

All the command must be in a single line.

On success, the computed horoscope become the active horoscope, so all TCL commands that need a valid horoscope will apply to this horoscope.