-
Hi, I would like to stop the sky rotate by script at a certain time (for example: start at 2021-03-21T12:00:00 and stop at 2022-03-22T00:00:00). the script: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
These commands have not been developed with movie timing in mind, but probably with Planetarium operators. You could decrease time rate shortly before the end time: WaitFor(23:50) and then Waitfor(midnight) with a slower timerate. Or WaitFor(0:10) and cut away excess frames in your cutting program. |
Beta Was this translation helpful? Give feedback.
These commands have not been developed with movie timing in mind, but probably with Planetarium operators. You could decrease time rate shortly before the end time: WaitFor(23:50) and then Waitfor(midnight) with a slower timerate. Or WaitFor(0:10) and cut away excess frames in your cutting program.