
New Tool: DSO Browser
#126
Posted 30 April 2018 - 11:39 PM
#127
Posted 07 August 2018 - 12:43 PM
Very glad I found this, thanks for making such a helpful site!
#128
Posted 06 October 2018 - 07:12 PM
First I just wanted to say thank you for taking the time and doing the work to make this tool possible! Lots of us have “good ideas” but few have the time or the skills to make them come alive. This is a really nice tool and I thank you for putting the work to create it. Well done!!
And just as an aside I have been playing with it on iOS 12 and safari since the weather is typica fall weather here, wet and overcast

I appreciate you adding all the feedback into it and just want you to know I really am enjoying the tool and I thank you again for taking the time and energy to make this tool available to all.
Chris
Edited by X86BSD, 06 October 2018 - 07:12 PM.
- sebagr likes this
#129
Posted 29 April 2019 - 08:42 AM
DUDE!!! THANK YOU! I've been looking for something like this FOREVER! Great job!!! I don't mean to sound critical or unappreciative BUT.... it's worth figuring out a way to red-light the thing so we don't blow our eyes out. If not, fine. I'll just keep downloading and printing the info pre set up. Thanks again!
- Stefan042 likes this
#130
Posted 06 May 2019 - 02:43 PM
DUDE!!! THANK YOU! I've been looking for something like this FOREVER! Great job!!! I don't mean to sound critical or unappreciative BUT.... it's worth figuring out a way to red-light the thing so we don't blow our eyes out. If not, fine. I'll just keep downloading and printing the info pre set up. Thanks again!
Thank you for your feedback! I've added the red filter option to the backlog, hopefully I'll be able to do it soon
In the meantime, know there are red filter apps out there that filters your entire screen red. Just google "red filter app" + your operating system to see some available options. That will work for all your applications and not just Telescopius
- Stefan042 likes this
#131
Posted 19 June 2019 - 12:51 PM
Hi.. tried to visit the site on dso viewer now.. some how connection is getting timed out. Pl advise.
#132
Posted 19 June 2019 - 01:45 PM
Hi.. tried to visit the site on dso viewer now.. some how connection is getting timed out. Pl advise.
Mmm.. it should be redirecting to the new address, please try https://telescopius.com instead
- lids344 likes this
#133
Posted 04 December 2019 - 03:09 PM
This is an awesome tool!
I am new to Astro - Viewing / Photography, and have been using this a lot. Two suggestions:
1. Any way we can link the objects that are being viewed to be loaded up in planetarium software like Stellarium or CDC?
2. Would be nice to have an app version of this which is also available in the field
Love the site a lot!
John
- sebagr likes this
#134
Posted 23 December 2019 - 08:42 AM
This is an awesome tool!
I am new to Astro - Viewing / Photography, and have been using this a lot. Two suggestions:
1. Any way we can link the objects that are being viewed to be loaded up in planetarium software like Stellarium or CDC?
2. Would be nice to have an app version of this which is also available in the field
Love the site a lot!
John
I'm glad you like Telescopius! Thank you for your suggestions.
1. How do you imagine this interaction? I might be able to do something about this.
2. I'm currently working on offline mode. It's taking me longer than I expected but the idea is exactly what you propose
Clear skies!
- payner and CharlesC like this
#135
Posted 03 January 2020 - 01:01 AM
I'm glad you like Telescopius! Thank you for your suggestions.
1. How do you imagine this interaction? I might be able to do something about this.
2. I'm currently working on offline mode. It's taking me longer than I expected but the idea is exactly what you propose
Clear skies!
Thanks again, Sebastian!
1. Can follow what Astro Photography Tool (APT) does. APT usually connects to Stellarium running as a server. Essentially have a small button next to each of the objects on your site that will allow us to navigate to the object on Stellarium
Think Stellarium opens a listening socket at 8090 using the Remote Control plugin, and receives commands to move the view to selected targets. You can from your site, I guess, use JavaScript to open a localhost connection to Stellarium on port 8090 and then send the command to move the Stellarium view to the object desired?
Now, the trick would be to allow both APT and your site talk to the same instance of Stellarium so that essentially Stellarium can act as a bridge to allow us to use your site to research target, find it on Stellarium, and then from there (independent of the mount type), control the mount to goto the target.
2. That will be cool!!
Edited by sm176811, 03 January 2020 - 01:01 AM.
#136
Posted 03 January 2020 - 01:04 AM
Thanks again, Sebastian!
1. Can follow what Astro Photography Tool (APT) does. APT usually connects to Stellarium running as a server. Essentially have a small button next to each of the objects on your site that will allow us to navigate to the object on Stellarium
Think Stellarium opens a listening socket at 8090 using the Remote Control plugin, and receives commands to move the view to selected targets. You can from your site, I guess, use JavaScript to open a localhost connection to Stellarium on port 8090 and then send the command to move the Stellarium view to the object desired?
Now, the trick would be to allow both APT and your site talk to the same instance of Stellarium so that essentially Stellarium can act as a bridge to allow us to use your site to research target, find it on Stellarium, and then from there (independent of the mount type), control the mount to goto the target.
2. That will be cool!!
Don't want to hijack the thread (and feel free to delete) - some information on making HTTP request from client side JavaScript to localhost - https://security.sta...t-around-the-cr
#137
Posted 03 January 2020 - 01:17 AM
Don't want to hijack the thread (and feel free to delete) - some information on making HTTP request from client side JavaScript to localhost - https://security.sta...t-around-the-cr
Thanks again, Sebastian!
1. Can follow what Astro Photography Tool (APT) does. APT usually connects to Stellarium running as a server. Essentially have a small button next to each of the objects on your site that will allow us to navigate to the object on Stellarium
Think Stellarium opens a listening socket at 8090 using the Remote Control plugin, and receives commands to move the view to selected targets. You can from your site, I guess, use JavaScript to open a localhost connection to Stellarium on port 8090 and then send the command to move the Stellarium view to the object desired?
Now, the trick would be to allow both APT and your site talk to the same instance of Stellarium so that essentially Stellarium can act as a bridge to allow us to use your site to research target, find it on Stellarium, and then from there (independent of the mount type), control the mount to goto the target.
2. That will be cool!!
Here is the documentation for Stellarium's Remote Control plugin. It seems it is just a HTTP server running on port 8090 (I just checked, I can connect to it from my web browser at http://localhost:8090/
That should allow both APT and your site to talk simultaneously to same instance of Stellarium!
The details are at https://stellarium.o...ControlDoc.html and https://stellarium.org/doc/0.17/remoteControlApi.html
And, I guess, you need to invoke the setlocationfield API ( https://stellarium.o...locationfields)
#138
Posted 09 January 2020 - 02:39 PM
Here is the documentation for Stellarium's Remote Control plugin. It seems it is just a HTTP server running on port 8090 (I just checked, I can connect to it from my web browser at http://localhost:8090/
That should allow both APT and your site to talk simultaneously to same instance of Stellarium!
The details are at https://stellarium.o...ControlDoc.html and https://stellarium.org/doc/0.17/remoteControlApi.html
And, I guess, you need to invoke the setlocationfield API ( https://stellarium.o...locationfields)
That's very interesting! Unfortunately, Chrome and other browsers block by default all requests made to localhost because it's a cross origin request. There are ways to circumvent that which requires each user interested in using this feature to install a Chrome add-on.
I'll most definitely code this feature because I like it very much. I'll let you know once it's done
- sm176811 likes this
#139
Posted 21 January 2020 - 07:08 AM
If you know C++ you could modify the source of Stellarium to support CORS for cross browser scripting or post an issue on Github and see if one of the maintainers would add that support. Not sure of the LOE there so it may not be worth it.
- sm176811 likes this
#140
Posted 21 January 2020 - 07:57 AM
If you know C++ you could modify the source of Stellarium to support CORS for cross browser scripting or post an issue on Github and see if one of the maintainers would add that support. Not sure of the LOE there so it may not be worth it.
I've actually done this yesterday, I just need to polish a couple of things up https://github.com/S...larium/pull/942
- sm176811 likes this
#141
Posted 21 January 2020 - 08:07 AM
I've actually done this yesterday, I just need to polish a couple of things up
https://github.com/S...larium/pull/942
Nice work! Gotta love OSS
#142
Posted 22 April 2020 - 04:50 PM
sm176811 & mikee: I've just released a new version in which you can focus objects in Stellarium with one click after you've set up the connection.
For example, if you go to M42 page you'll find a "See in Stellarium" button. Please note if you don't see the button you may be getting a cached version. After a couple of visits to the site (or using an incognito window) you should get the updated version.
#143
Posted 27 April 2020 - 10:30 PM
Great job, Sabastian.
Just found your site. I will certainly be putting it to good use.
#144
Posted 12 August 2020 - 05:23 PM
Sebastian,
THANK YOU! As a complete newbie to Astronomy your telescopius.com site has been extremely valuable for astronomy planning (including helping me pick the right eyepieces for each scope) with an intuitive and beautiful interface both on computer and personal device. Only request (and I sent you a note on this via the site as well), do you have any plans to add Double Stars to your Targets list? Your site would then cover everything I view thru a telescope (asterisms, nebula, open clusters, galaxies, globular clusters, planets, moon and double stars!)
Again great job on the site!
Clear Skies!
#145
Posted 14 August 2020 - 05:00 AM
as has been also mentioned it might be worth you checking out the SkyTools 4 program as it covers everything you want to do.
Owen