Open offline-first opened 6 days ago
Hi @offline-first , I think they all use this service: bodygraphchart. But most of the time, you can look it up in the dev console.
Regarding the accuracy, the moshier ephemerides are the most inaccurate of all three options. The JPL files should be the most accurate if you are using swisseph. For color, tone and base, this matters a lot. The calculation itself is actually straight forward. For the color, you split the line into 6 parts. For the tone, you split the color into six parts. For the base, you split the tone into five parts. This algorithm is hard to mess up.
Regarding the variables coming from the nodes... I'm not sure, if Human Design uses the mean lunar node position or the oscillating true node position. In IEphemerides implementation with swisseph, I used the true node position for the calculations.
Thank you very much for your answer! Can you tell me how you calculate HdOffsetToZodiac of 3.875? Does the value perhaps have something to do with the shift between the sidereal and tropical zodiac?
I just looked in the literature at which degree the first gate in Aries starts and then worked with the order of the gates and their width in degrees. And the first gate is gate 17 and started at 3.875° Aries. Therefore, in the Gates enum, Key17 is the first entry with value 0.
Okay, I understand. Is there a specific time to get the result? Or would the shift even need to be calculated for each chart/time point individually, since it changes over time?
I'm not completely sure what you mean. The assumption with IEmphemerides is that the output longitude is measured at the vernal equinox 0° Aries (which I should probably put somewhere as a hint ;( ). This means that if you use it to calculate the planetary positions for a given point in time and want to know whether a planet is in a certain gate, you always proceed in the same way. You start at 0° Aries. You add the HdOffset and start at the first gate (=Gate17). If the longitude of this planet does not fall within this gate, you go 5.625° (the width of a gate) further and see if the planet is there, etc. The HdOffset is therefore constant because the planets are always measured at 0° Aries.
Hello @CReizner
I'm trying to figure out why Tone and Base don't match up with other chart generating tools like this one: https://humanarchetypes.com/library/
I have used three different Ephemeris services and I get different results for all of them. I'm wondering why all chart generators get the same result, as if they all use the same api...
Do you have an idea?
Best regards 💫