beltoforion / stellarium-to-video

Making videos of the night sky with Stellarium
http://beltoforion.de/en/stellarium_video
BSD 2-Clause "Simplified" License
26 stars 10 forks source link

the simulation date paramter (-d) always execute day + 1 #8

Closed sugizo closed 8 months ago

sugizo commented 1 year ago

objective see the sky on the night of new year

execute on terminal

python3 kalstar.py -t "Paris, France" -lat 48.8566 -long 2.3522 -d 2020-01-01 -az 90 -alt 25 -fov 70 \
-fps 30 -ts 1 -dt 30 -o out.mp4

will result 2020-01-02

expected result 2020-01-01

question is it normal or should i use the backdate as parameter e.g. 2019-12-31 ?

best regards

beltoforion commented 1 year ago

That is not normal but i cannot reproduce the issue with Stellarium 0.20.4 . Is this only happening with Stellarium 23.x?

beltoforion commented 8 months ago

Closed; Not reproducible