collimation tool and cone update

Got an idea for something that SharpCap should do? Share it here.
Forum rules
'+1' posts are welcome in this area of the forums to indicate your support for a particular feature suggestion. Suggestions that get the most +1's will be seriously considered for inclusion in future versions of SharpCap.
Post Reply
deneb
Posts: 19
Joined: Tue Jul 14, 2020 5:58 pm

collimation tool and cone update

#1

Post by deneb »

Hello team.
It would be interesting to have a new collimation tool, apart from the one we have, that analyzes a star or many stars in out of focus,
It would analyze the contour and the center defining where the center of the star would have to be, as well as it could analyze the deformation error of the same indicating a possible astismatism.
image collimation
image collimation
collimation.jpg (78.85 KiB) Viewed 2093 times
I have also realized that the polar alignment software itself is a great tool to indicate the cone error of the equipment.
since it tells us where the center of the polar axis is and when the reticule is activated it tells us where the center of the telescope is.
With these two parameters I adjust the cone error as I never thought I would.
cone error.jpg
cone error.jpg (189.18 KiB) Viewed 2093 times
Great, you can add this info ..
User avatar
admin
Site Admin
Posts: 13173
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: collimation tool and cone update

#2

Post by admin »

Hi,

great idea on the cone error – that totally makes sense. You honestly need to do it using your main imaging scope rather than your guide scope so that you are aligning the right scope. I will have to investigate how that could be made to work either on top of the existing polar alignment or on top of the integration with plate solving tools.

On the subject of collimation, I'll share a secret… I've given up on using telescopes that require collimation - they are too high maintenance for when you have limited time available for observing/imaging :) I think what I'm hinting at here is that I'm unlikely to be an expert on collimation issues!

cheers, Robin
deneb
Posts: 19
Joined: Tue Jul 14, 2020 5:58 pm

Re: collimation tool and cone update

#3

Post by deneb »

On the idea of ​​cone, as you say it has to be with the primcipal mirror. I inform you that it works since I have it adjusted like this and it is very fast to adjust.
Collimation is mandatory for me since refracting telescopes do not sell 12 ".
:)
User avatar
admin
Site Admin
Posts: 13173
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: collimation tool and cone update

#4

Post by admin »

Hi,

at least, they don't sell at 12" without you needing to mortgage your house first and then find the same amount of money again to buy the mount to support it :-)

Cheers, Robin
deneb
Posts: 19
Joined: Tue Jul 14, 2020 5:58 pm

Re: collimation tool and cone update

#5

Post by deneb »

:lol:
deneb
Posts: 19
Joined: Tue Jul 14, 2020 5:58 pm

Re: collimation tool and cone update

#6

Post by deneb »

A question about collimated.
I think it will be supercomplicated but.
Can you analyze something like a star out of focus and check the deformation of its rings?
I will not ask again so that you do not get angry with me.
User avatar
admin
Site Admin
Posts: 13173
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: collimation tool and cone update

#7

Post by admin »

Hi,

there are mathematical techniques that can be used to detect shapes within an image – if you are looking for diffraction rings then I would probably start by trying something called a Hough Circle Transform (https://en.wikipedia.org/wiki/Circle_Hough_Transform). I don't currently use this anywhere in SharpCap at the moment, but I do use a close relative called a Hough Line Transform for detecting straight lines in images. The trouble with these techniques is getting them to work reliably on the sort of blurred, spread out features that you get in astronomical images (like the lines in a bahtinov image).

So the answer is… Yes, in theory it could be possible.

If you have any programming experience and don't mind mucking around in python, then you can use OpenCV from python to test out things like this - OpenCV is a free computer vision processing library that will have implementations of things like the circle transform already built into it. I use it in SharpCap for star detection and a lot of the image enhancement features.

Cheers, Robin
deneb
Posts: 19
Joined: Tue Jul 14, 2020 5:58 pm

Re: collimation tool and cone update

#8

Post by deneb »

Hello again, Robin.
Yesterday after adjusting a friend's mount, the cone defect, it was that perfect.
20201008_213045.jpg
20201008_213045.jpg (399.09 KiB) Viewed 1891 times
20201008_213049.jpg
20201008_213049.jpg (337.43 KiB) Viewed 1891 times
User avatar
admin
Site Admin
Posts: 13173
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: collimation tool and cone update

#9

Post by admin »

Hi,

good to hear that what worked in theory also works nicely in practice :-)

Hope that you had a good observing session!

Cheers, Robin
Post Reply