astronomy icon indicating copy to clipboard operation
astronomy copied to clipboard

Zodiac Constellation

Open Zemelia opened this issue 5 months ago • 3 comments

Hi, trying to get current Zodiac sign based on current moon phase. Using next lines:

const vec = GeoVector(Body.Moon, date, false);
const equ = EquatorFromVector(vec);
const constell = Constellation(equ.ra, equ.dec);

but together with standard 12 signs, also getting some like "Auriga". Also current zodiac's by date looks not accurate, maybe I'm using some wrong logic. Would be very thankful for any advice. Thanks! :)

Zemelia avatar Sep 22 '24 17:09 Zemelia