Open gzotti opened 1 year ago
Currently, when searching for eclipses, I see frequent calls of
core->setJD(jd); core->update(0);
This triggers a computation of the whole SolarSystem, but later in these methods all we need are positions of Sun, Earth and Moon.
It would certainly speed up things if we would call the respective position functions just for the three.
Hello @gzotti!
Thank you for suggesting this enhancement.
Actual Behaviour
Currently, when searching for eclipses, I see frequent calls of
This triggers a computation of the whole SolarSystem, but later in these methods all we need are positions of Sun, Earth and Moon.
It would certainly speed up things if we would call the respective position functions just for the three.
Steps to reproduce
System