I'd like to pay for the creation of a simple Stellarium v19.3 script (macOS) #3424
Replies: 20 comments 27 replies
-
Please more details - which motions you need to see? |
Beta Was this translation helpful? Give feedback.
-
Hello Alexander
Thank you for your response.
The simple automated script I require is for a Christams Star planetarium
show I am preparing.
1. begin with current time and location (Bristol, UK); allowing manual
movement of sky as normal
2. then I launch the Christmas Star script (automatically pausing after
each step, advancing with spacebar):
- move from present time & location to Bethlehem (31.7° N / 35.2° E)
before sunrise on 12 August 3 BC
- zodiac constellations appear, with planet labels
- diurnal motion forward a little, for a better view of Jupiter and Leo;
calendar date appears at the front
- annual motion forward until morning of 01 June 2 BC, all
constellations fade except Leo
- diurnal motion forward to evening of 01 June 2 BC
- annual motion forward until 17 June 2 BC
- all constellations appear, slow diurnal motion
That's it.
Please let me know the cost for this. I would like to pay, because you guys
do so much for free, I'd like to reward your skills with a financial
contribution.
Thanks very much
Regards
Mario
…On Tue, 26 Sept 2023 at 17:43, Alexander V. Wolf ***@***.***> wrote:
I now need to create a simple automated script to execute a few simple
diurnal and annual motion commands.
Please more details - which motions you need to see?
—
Reply to this email directly, view it on GitHub
<#3424 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AODE2DY2KT2UTYI25LWNC2TX4MAYDANCNFSM6AAAAAA5GEDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello Alexander / Stellarium Community I need to know please if it will be possible to create the v19.3 script (macOS) described above? If not, I'm going to have to search for a different planetarium application for my Christmas show later this year. I have two related questions that may help:
As I said, I'm very happy to pay for help, as this is becoming quite urgent for me now. Thanks very much Regards Mario |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply Georg & Alexander. I would LOVE to delve deeper into the scripting and learn how to do / fix all this myself, but I really cannot afford the time. Can you refer my request to a Stellarium community member who (a) would have the time to do this, and (b) would like to get paid for their effort? Or can one of you please help me achieve this script? If you don't wish to get 'paid', I'll happily make a financial contribution to the Stellarium project, etc. I just need that simple script to run on v19.3 (macOS) |
Beta Was this translation helpful? Give feedback.
-
Wow. Awesome. THANK YOU Alexander. That is such a relief 😊 No problem about the Spacebar advance of course, any key will do. Please feel free to email directly if you wish. Thank you again 🙏🏻 |
Beta Was this translation helpful? Give feedback.
-
That looks great. I'll download it and will try to run in in the next hour and let you know. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Looking much better! It works fine in v19.3 until the annual motion, then it seems to stick and jump very wildly. Also, after zooming in to Jupiter & Venus, it does not return to a flat horizon. I recorded a video of the full script and uploaded it here: (apologies, I'm not in a planetarium today, so I'm projecting it agains a wall) |
Beta Was this translation helpful? Give feedback.
-
Great, thank you for v2 Alexander, and for the option to use the ] key to step between scenes. I haven't tried the steps yet. I thought I would first report on the overall script (you can see the video here:
Other items:
These are my current specific spherical mirror / video settings (I'm not sure which one is responsible for a flat horizon): [navigation] [projection] [video] [spheric_mirror] I think this one needs to be applied at the end of the script, because now a toolbar appears: [gui] |
Beta Was this translation helpful? Give feedback.
-
OK thank you Alexander, I have run out of time today, so I will look at it in detail on Sunday and feedback then. I have made a third video, as it is not quite right: The date display is important, but as you can see, it does not yet appear on the screen (dome)? Also, the flat horizon is still not working. Thank you for all your work so far - this is exciting and I really appreciate it! |
Beta Was this translation helpful? Give feedback.
-
Sorry, video is still uploading |
Beta Was this translation helpful? Give feedback.
-
Wow, fantastic Alexander, the horizon issue is now fixed. You can see the fourth video here. Only two things remain (if possible):
Otherwise, thank you, this is looking EXCELLENT, and I'm so pleased that we are accomplishing it in v19.3 ! 😃 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the Label Manager advice, I will position it myself. |
Beta Was this translation helpful? Give feedback.
-
Finally, as regards the annual motion, I'm sorry I did not explain it very well. In fact, I actually made a mistake in my original description! I don't need Leo to remain visible with the annual motion (apologies for this). What I would like to demonstrate with annual motion (to 01 June 2BC) is the movements of Jupiter and Venus in the East. Especially the retrograde motion of Jupiter. As long as Jupiter and Venus remain above the eastern horizon as we move time to 01 June 2BC. (Leo can fade away at the beginning of the annual motion). If we can please make this final adjustment, the script will be complete (I promise ! 😄) |
Beta Was this translation helpful? Give feedback.
-
Hello everyone. Thank you again for all your help so far with my Christmas Star script. I have now found someone knowledgable with Stellarium scripting to help me (a local amateur astronomer); and we are making good progress with the script. We have managed to fine-tune the first three steps to show exactly what I wish to present in the planetarium. I don't know how to upload the script file to the Scripts folder, so I have attached it here as a zip file: YET we have hit a problem. We have researched and tried EVERYTHING we can, but we just cannot work out how to fade out Leo together with the other zodiac constellations in STEP 3. In fact, we now suspect there is a bug in v19.3 and that is why we cannot remove Leo. @alex-w / @gzotti / or anyone one else : can you please examine the latest script and see if it is possible to fade out Leo before the annual motion begins in STEP 3 ? If not, please can you confirm this is because of a bug in v19.3 and there is nothing we can do about it? Your help with this will be greatly appreciate it, as it is driving us mad! :) Thank you 🙏🏻 |
Beta Was this translation helpful? Give feedback.
-
Right, next obstacle encountered (sooner than expected) 😊 With the annual motion in PART 3 of our script, we'd like the date label to update in real-time, as we move the sky from 12 August 3BC to 01 June 2BC. Below is what we've added to the script - but can't understand why the date label does not change in real-time. It just sits at "12 August 3BC" ====================== // // LabelMgr.deleteAllLabels(); var labelID = LabelMgr.labelScreen("Bethlehem 12 August 3 BC", 160, 10, true, 30, "#ff0000"); function formatDate(dateString) {
} // real annual motion waitNextStep(); |
Beta Was this translation helpful? Give feedback.
-
Hi again Can someone help us please? Should I open a new ticket somewhere else - with more people available to help? If so, please can you let me know where? We now have a number of other questions - which are probably quite easy to solve for anyone knowledgable with Stellarium scripting - but I'm not sure whether I should post them here (since no-one has addressed my last question). Should I be on a larger forum - where more people can see my questions? As regards my last question above: can someone just let me know if it IS possible to display the date in real-time during annual motion - or not? The problem we're experiencing is we don't know if something is possible with Stellarium scripting or not. So we just need some guidance from people who are more experienced. The Christmas Star script as Alexander has created it is almost perfect. We just need to make some adjustments to it. iow we are very close now, and would like to finish this project. (and as I've said before, I'm happy to PAY someone experienced to do this / help us). |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ImmersiveTheatres/Stellarium/blob/main/Christmas_Star_10-11-23.ssc |
Beta Was this translation helpful? Give feedback.
-
Woah! Excellent, the date text is now showing the correct months, in correct sequence, and the year too. The only problem is August and September appear as "Undefined 3BC" Then it correctly shows October, November, December, etc - increasing in two day increments - BUT the date "10" shows as "0" in every month: 1 February 2 BC Quick additional question: is it possible to add a line of code to disable the Moon ie. make it invisible? Thank you for this! We're almost finished 😃✨ |
Beta Was this translation helpful? Give feedback.
-
I'm pleased to announce my new planetarium presentation, The Christmas Star, created with a v22.3(v1.0) Stellarium script, was launched this week and has proved very successful. The visuals look beautiful on the dome. Thank you @alex-w for creating the first basic script, and to everyone above for your input. In the end the script required a LOT more blood, sweat and tears than I expected - yet the finished product has been worth it (you can see the Stellarium script running at the link above). |
Beta Was this translation helpful? Give feedback.
-
Hello Stellarium community
For various reasons, I am currently restricted to using Stellarium v19.3 in my mobile planetariums (immersive-theatres.com).
Stellarium v19.3 (macOS) works very well for me - and as I'm sure you know, v19.3 includes many scripts that work very well too.
I now need to create a simple automated script to execute a few simple diurnal and annual motion commands.
I am very happy to pay for this, as I know there are not many people with the expertise to create scripts for v19.3.
If you are available to help, please email or DM me, so I can share my requirements with you, and you can quote me a price.
Thanks very much
Regards
Mario
Beta Was this translation helpful? Give feedback.
All reactions