Author Topic: Medieval Forecasting Methods  (Read 5517 times)

0 Members and 1 Guest are viewing this topic.

Bojan

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Medieval Forecasting Methods
« Reply #30 on: June 23, 2024, 06:08:08 PM »
Hi, Ed!

Is there a way to fill a gap between lunar returns?

For example:
solar month 6 => 30.11.2023.
lunar month 6 => 01.12.2023.

solar month 7 => 29.12.2023.
lunar month 7 => 25.01.2024.

There is one more lunar return between these too, starting at 28.12.2023.  It would be relevant for solar month 7 analysys. It's not a big deal, because I can always calculate lunar return in separate tab.

Regards,
Bojan


ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Medieval Forecasting Methods
« Reply #31 on: June 23, 2024, 07:01:46 PM »
Hi Bojan - I am aware of this as a limitation. I have a potential solution but it will take a couple of weeks to implement. The priority has been to get the Ed Greek module out.

I have acknowledged the issue in the help file for this tab.

It should be noted that on some occasions there might be two lunar returns within a monthly revolution. In this case, the module selects the first lunar return following the date of the underlying monthly revolution.

When a fix is available I will update the thread.

Thanks for your interest. Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Medieval Forecasting Methods
« Reply #32 on: June 27, 2024, 08:49:10 AM »
Hi there - Jean is due to release a further update to this module.

v.1.182 - improvements to the lunar returns tab

Thanks to Bojan for the suggestions.

From the Help file:

This tab displays the lunar return associated with the current month of focus. The month is determined by the last chosen monthly return tab. The active month is identified in the lower centre of the wheel.

A new month can be selected by returning to the main tabs for months 1-12.

The lunar return is shown on the inside wheel. The natal chart positions are displayed on the outside wheel. Alternatively, the solar return positions for the month can be shown in the outer wheel. The option can be chosen using the buttons at the bottom of the screen. The user's preference will be recalled when the module is reloaded. The options can be changed dynamically within the session.

If the reference date falls within the chosen month, the lord of the day is listed and identified. A blue marker is also placed within the wheel.

The annual profected ascendant and monthly profected ascendant are also identified in the wheel. Their lords are also listed.

It should be noted that on some occasions there might be two lunar returns within the duration of a monthly solar revolution. In this case, both revolutions will be calculated and identified in the text box in the top righthand corner of the tab window. The first revolution is calculated by default. The second revolution can be displayed by clicking on the date of the return, and then clicking the Calculate button.

A list of all the lunar returns or revolutions can be displayed. A list of all the solar monthly returns and lunar returns can also be shown. These options are shown by clicking the relevant button at the bottom of the screen.

Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Medieval Forecasting Methods
« Reply #33 on: June 28, 2024, 04:00:28 PM »
Hi there - further work on this module. I have added a lunations tab, which shows the new and full moons during the solar return year.

This shows the lunation prior to the solar return month in which Francoise Hardy died earlier in June 2024.

See screenshot below.

I hope to be able to release this update early in July.

Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Medieval Forecasting Methods
« Reply #34 on: July 01, 2024, 07:45:09 AM »
Hi there - a small update is released today:

Horoscope-Medieval-Medieval Forecasting Methods: v.1.212 - added junctinus/gauricus division of the year to profection tab - request by email, help updated

Ed

Zagata

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
Error in Medieval Forecasting Methods Module.
« Reply #35 on: July 16, 2024, 05:32:28 PM »
Hi Ed and Jean,

I was checking Roman emperor Maximilian's nativity in Schoener's book and wanted to calculate his 1486 SR and MSRs. When I opened the medieval forecasting methods module, an error occurred. It says: array out of bound jdrRiseSet Line 2160. I updated Planetdance to the latest version but the error keeps happening.

Please see the attached files.

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1208
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #36 on: July 16, 2024, 07:47:15 PM »
@Ed

Code: [Select]
real jdRiseSet[7];
  i = 0; for (i < 7){
    if (pDayJD + pDayZone > jdRiseSet[i] && pDayJD + pDayZone < jdRiseSet[i + 1]){
       break;}}

because jdRiseSet[7] has only 7 values jdRiseSet[i + 1] will throw error out of bounds.
Solution mostly is to declare jdRiseSet[8] and put a big enough value in that last one.
Greetings from Groningen Netherlands.

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #37 on: July 16, 2024, 10:14:54 PM »
Hi Zagata. This is to do with the difference between old style and new style dates. I will fix when I get back from my break. Ed

Zagata

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #38 on: July 16, 2024, 10:40:19 PM »
Hi Ed,

Thank you. And please make sure you enjoy your break to the fullest.

P.S. It was 41.1 degrees in my city today, with meteorologists forecasting 43 and 45 in the coming days. I wish I could take a break in the mountains. :)

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #39 on: August 01, 2024, 08:55:32 AM »
HI Zagata - I hope the weather's cooler for you. It's been hot here for a few days. 28-29 degs C., which is unusual in my part of the world.

I'm going to have a go at fixing this issue now. I will keep you updated. Ed

Zagata

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #40 on: August 01, 2024, 01:15:14 PM »
Hi Ed,

The weather is indeed a bit cooler now. I hope it normalizes back for your location. Thank you for the fix.

Zagata

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Error in Medieval Forecasting Methods Module.
« Reply #41 on: August 01, 2024, 03:10:57 PM »
Hi Zagata - thanks for the confirmation on the fix. I will update the link now. Take care. Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1126
    • View Profile
Re: Medieval Forecasting Methods
« Reply #42 on: August 01, 2024, 03:13:49 PM »
Hi there - Jean will be releasing an update to this module today which fixes a bug identified by Zagata. He has tested and confirms that the bug fix is good.

v.1.219 - bug fix for historical charts

Please update your installation if you are a regular user of this module.

Thanks. Ed