Page 1 of 1

collimation tool and cone update

Posted: Mon Sep 14, 2020 8:03 am
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 2161 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 2161 times
Great, you can add this info ..

Re: collimation tool and cone update

Posted: Mon Sep 14, 2020 8:22 pm
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

Re: collimation tool and cone update

Posted: Mon Sep 14, 2020 9:23 pm
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 ".
:)

Re: collimation tool and cone update

Posted: Tue Sep 15, 2020 6:08 pm
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

Re: collimation tool and cone update

Posted: Tue Sep 15, 2020 6:12 pm
by deneb
:lol:

Re: collimation tool and cone update

Posted: Tue Sep 15, 2020 6:19 pm
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.

Re: collimation tool and cone update

Posted: Tue Sep 15, 2020 7:05 pm
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

Re: collimation tool and cone update

Posted: Fri Oct 09, 2020 1:12 pm
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 1959 times
20201008_213049.jpg
20201008_213049.jpg (337.43 KiB) Viewed 1959 times

Re: collimation tool and cone update

Posted: Sat Oct 10, 2020 1:27 pm
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