Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TheHangingDude

Pages: [1]
1
Planetdance General / Stellium calculation question
« on: June 26, 2024, 07:14:31 PM »
I've been noticing this in some horoscopes I was trying to analyze: when I check Options - Settings - Show patterns, stelliums seemingly are calculated by proximity, but don't factor the sign uniformity if a planet falls out to a neighbouring sign.

Case in point, a horoscope of someone I know where the stellium is displayed in PlanetDance version 26/06/2024 like this:



I've been reading and searching for various definitions of stelliums and, while degrees and the minimum amount of planets are debated, the consensus seems to be that the planets have to be in the same sign.

In this case in the picture Saturn is in Leo, but it's included in the Venus-Sun-Mercury stellium in Cancer. In the same time, I had an impression that the angles ("virtual planets") shouldn't be accounted for when deciding what is a stellium and what isn't.

Is this a bug or am I not understanding something correctly? (Apologies if I don't!)

2
Extension Scripts / Bernadette Brady's Predictive Grids
« on: June 17, 2024, 06:18:44 PM »
Hello,

When I found out that PlanetDance has a built-in programming language, I knew I wanted to create something for it, so here's my humble attempt at making something useful.

In the first chapters of her book "Predictive Astrology: The Eagle and the Lark" Bernadette Brady offers a system to help with delineating a given transit. Since we all probably have some transits going on in our charts at all times, accounting for each of them by hand quickly turns into some hassle, especially for a beginner like myself. I don't know if anybody even needs this, but when I tried to apply her framework to people I know personally, I had some interesting positive results, so naturally, I decided to automate this.

In short, Brady suggests that for each significant transit you make a grid like this:

-- Transit ---- Natal --
PlanetPlutosq Mercury
Natal house11
Transit house4
Natal house(s) ruled by planet18, 11

To delineate a transit by her method, you not only consider the aspect and planets involved, but also houses that they occupy, rule over or transit through. Brady says "top/middle/bottom row" referring to the rows with houses only. So to use her teminology,
- Top row of the grid means the houses (areas of life) that would be sources of event triggered by transit;
- The main action unfolds in the middle row, the natal house that a transiting planet is moving through;
- The bottom row describes the houses that will have the outcome of event(s) described in the rest of the grid.

How to use it: put the script into your %Planetdance%/ab folder, open a transit to some radix and launch the program. Press Escape key to close the program window.

For example, the output that this program would produce for Arnold Schwarzenegger, should he be so inclined to sit in Los Angeles, open PlanetDance and run this script for himself approximately at the time of this post:



What I've done here is I pivoted the grids. Instead of rows, the houses are in columns, for ease of readability. Snd means "sender", Rcv means "receiver", and "src/act/out" captions mean "source/action/outcome" respectively.

As we can see, at the moment Mr. Schwarzenegger has Neptune sextile his North Node within 1 degree, with events that would (sextile) create an opportunity in 4th House, and if taken on, would make some action in 10th house with results that he would see in his 9th and 11th houses and whatever matters that are governed by Venus within context of his chart. (And he also has a bunch of other transits not included in the screenshot.)

For specific interpretations I'm afraid I will have to refer you to the book itself because it's copyrighted material that cannot be freely quoted (but I've made an extended version with her interpretations for private use, that I could probably privately share with anybody interested strictly for education purposes if that's even a thing).

The script follows rules outlined by Brady, meaning that if an aspect is formed to an angle, the source house of the angle is not mentioned in the grid, and in the outcome is included the planet that rules over the sign that captures the angle (both traditional and modern rulers are included).

The script only includes aspects formed by Mars-Pluto (sorted down from Pluto) to personal planets and Saturn. Quintile-related aspects are not included because they are not mentioned in the book. Vertex is not included because, unlike Asc or Mc, it is not a "first-class" citizen of the AB framework, and I couldn't make it work immediately. But I'll try to cover it in the next versions someday.

The script doesn't enforce orbs so it's up to you to choose orbs before running the script. I've made a couple of 1-2-3 degrees presets myself for ease of use, and you can do the same easily in Options - Orbs - Bi-wheel of PlanetDance, just don't forget to include the minor aspects too. Brady recommends that only 1 degree orbs are used, or even smaller, but so far I've found that using wider orbs (2-3 degrees) for trans-Saturnians can also yield some results.

The script was done with whole sign houses in mind, because that's what Brady used throughout the book. The script doesn't account for house interceptions or any non-whole-sign issues that may arise from that.

Upcoming features: by Brady's recommendations, treat oppositions to nodes as conjunctions of opposing nodes; include South Node accordingly if an aspect is formed to North Node; and whatever else comes to mind in the future.

Edits: typos and some wording.

3
Greetings, I'd like to report a bug with hotkey assignment.

Description

As mentioned in the title, if I try to assign a key to a menu option for Horoscope-Edit, it works. But if I restart the application, this hotkey starts triggering File-Session-Edit instead.

Steps to reproduce

1. Get a clean installation of Planetdance.
2. Launch app, get to Options-Keyboard.
3. In the keyboard shortcuts settings window, find Horoscope-Edit and set it to an unused key, for example Ctrl+E. Press "ok" in the menu of the keyboard settings window to save the settings.
4. In any open horoscope, press newly assigned shortcut, in my case it's Ctrl+E. It works as intended.
5. Close the app normally (like by File-Close or close window button).
6. Launch the app again.
7. Press Ctrl+E and suddenly a session manager window opens.

Duplicate entries in cfg/keys.ini

I found the cfg/keys.ini file, and it turns out that it had two (!) Edit1 entries, both of which were set to Ctrl+E.

I tried to edit keys.ini manually and add entries like Edit2, Edit3 etc with my hotkey, but that didn't help.


Pages: [1]