Thank you for your efforts.
Hi Ken,
Ken is the 1600 your main camera or your guide camera?
One thing I just realized is we’re not limited to the guide camera, we could switch to main camera for PA. that would solve the OAG
Thanks
Brian
Brian Valente
Brianvalentephotography.com
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of Ken Self
Sent: Tuesday, April 11, 2017 1:58 PM
To: Open PHD Guiding <open-phd...@googlegroups.com>
--
We already have an open request to add methods to the server api to issue guide pulses, but I'd be glad to bump up the priority of that so you can use it in your app. We can also easily add methods to access the calibration information. Let me take care of those and I'll let you know when they are available.
Is there a dev build with these changes?
Will your method account for a misalignment between the RA axis and the optical axis? One of my Imaging setups is a side by side where the scopes may or may not be perfectly aligned with the RA axis.
Cheers,
JT
Glad to help! Although I'm sorry it hasn't moved you forward that much.
This morning I thought I had an epiphany moment about how to resolve the problem - just use 2 random visible stars, calculate their centres, etc. Then realised it was nonsense! :-)
However, I do keep wondering if a plateSolve might help somehow. Since finding out about platesolving through the Astrophotography Tool - APT, I have become a convert. To do the equivalent to a 3 star alignment by just imaging a random part of the sky, platesolve it and issue a synch, as many times as you like is bliss. And far more accurate than I could achieve by eye.
APT integrates with PlateSolve2. Even on my old laptop a platesolve takes about 6sec. If you could pre-requisite Platesolve2, then couldn't it's results provide you within the info you need?
However, I guess this goes against you complexity criteria.
Anyway, I'll keep thinking.
Cheers, Jim
:-)
I think in my arsenal of images I might have some shots of Polaris, other than the one I've already given you. They probably won't be taken through my Guidescope. They are more likely through my main scope with my EOS 1100d, so the FOV will be different. However, they might give you a better idea of the stars available around Polaris that don't show up on CdC, etc.
If the clouds disappeared I'd specifically take them for you through my Guidescope. But that seems unlikely!
I'll be in touch.
Cheers, Jim
I've just checked and none of the images I have are going to help. Sorry.
I'd forgotten that it just so happens that the FOV of my 1100D & Skywatcher 150mm is almost exactly the same as my IMX224C & 50mm guidescope. So all the images I have are of Polaris in the centre, with some just clipping the pole and some missing it altogether.
If I get a clear night I'll set out to acquire some images circumnavigating the pole, but the weather outlook isn't good for quite some while.
Cheers, Jim
Thanks
Brian
Brian Valente
Brianvalentephotography.com
--
You received this message because you are subscribed to the Google Groups "Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That's looking very promising. I'm now worried that I might have over estimated what PHD will actually show on the screen.
I think PHD does its own stretch which you can't control (though you can of course change the gamma slider - but I don't think that's quite the same as a stretch?). So what PHD displays may be less clear than APT's stretch.
So I now feel more obliged than ever to try and take some specific images through my Guidescope combination with PHD. Lol
Don't worry about me losing imaging time. My interest in this hobby is as much about the computing and the technology as it is about the photographic results. :-)
I just can't see it being anytime soon. :-(
Cheers, Jim
I'm not 100% sure but you can download the previous version of SharpCap for free.
The polar alignment tool does a nifty job of alignment. Point the guidescope/camera at Polaris. Wait for it to auto-plate-solve. Rotate RA about 90degrees. Wait for another plate solve. It then calculates the PA error and tells you which way to move the mount using a handy overlay and real-time screen refreshes to help you home in. Quick and simple for me. I use a qhy5l-iiC and qhy mini guidescope (130mm FL approx f4)
I then close SharpCap and get on with the real business of PHD2 guiding :-)
Anyway, my plan is to try and take a wide'ish view of the pole area using my 300mm camera lens so you have a general view of it's vicinity. Then take as many views of the area using my Guidescope. I'll try and take both screenshots of PHD and also PHD Image saves. I'll also try to platesolve them and get a screen shot of the solve overlaid on CdC.
Cheers, Jim
I'm developing up an application that lets one use PHD2 in a similar way to a Polemaster to polar align ones mount.The application uses the PHD2 interface. The current incarnation has a browser client using Javascript communicating with a Python webserver.The general idea is to find where the RA axis is pointing by rotating the mount in RA and recording the position of a guide star at three points on the arc. The three points allow the centre of rotation to be calculated which corresponds to the alignment of the RA Axis.The mount is then adjusted using the bolts in the usual way so that the RA Axis points at the Pole.Using PHD2 has the advantage of precise measurement of the star position which in turn allows relatively small movements of the mount to caculate the centre of rotation.My testing so far is encouraging. I've been able to largely automate the process of rotating the mount and recording star positions.It works as follows:Point the scope roughly at the pole by whatever means (platesolving, star hopping, star alignment, sheer luck etc...). An overlay showing the circumpolar stars could be provided to assist.If completely lost, move the mount to its home position. Platesolve and calculate Alt/az.Adjust mount accordingly.Pick a guide star (optional - the app can do this with a call to find_star)The app records the current star position.The app assumes a mis-alignment of 5 degrees and calculates how far it needs to rotate to detect that the star is following an arc.To keep the guide star within the search radius, the app calculates how far the mount can rotate and keep the star within the search radius. It then splits the total movement up into steps of that size.After each step it calls get_lock_position and get_star_image to determine the star position then sets the lock position to the new star position.In order to move the mount I connect to EQMOD directly. To do this I have to massage the ASCOM driver name returned by PHD2. I issue an ASCOM SlewToCoordinates to move the mount.After the initial movement it recalculates the mis-alignment and calculates how much further it needs to move the mount. The assumption is that the mis-alignment is less than 5 degrees. Smaller mis-alignments of the mount require more rotation to detect movement.After that movement it records the second position.For the third position is moves the mount the same amount it moved (in total) for the second position.With three star positions it is relatively simple to calculate the centre of rotation.The vector from the centre of the image to the centre of rotation can be resolved into two components: a declination error component and a cone error component. The cone error component cannot be adjusted out. The declination component can in turn be resolved into altitude and azimuth adjustments; given the RA of the mount and local sidereal time.Once the centre of rotation is well within the field of view it is possible to display the positions of the circumpolar stars around the centre of rotation to aid alignment.A couple of questions for the group:Is it worth me trying to incorporate the application into PHD2 itself or just leave it as a standalone app? If so I might need a little help. I'm reasonably proficient in C++ but a bit rusty.If standalone, would it be possible to issue guide commands to the mount via the PHD2 interface rather than direct to ASCOM.Also, would it be possible to get the calibration data (specifically the angles) via the interface. I will need this to calculate the required alt/az adjustments neeeded. Currently I am just entering the values manually.
Looking at the images I managed last night, I have realised stitching them into something coherent will be a nightmare I think. It didn't help that CdC kept changing it's orientation. However, hopefully they serve as a proof of concept?
If I get another clear night I'll try and produce a more coherent set. But it definitely won't be for a couple of weeks now at the earliest. Unless someone else beats me to it. ;-)
Cheers, Jim
I've been using CdC for a number of years and really like it. In fact I now have a dichotomy; I actually prefer the CdC look and feel, but I like the fact that SkytechX can zoom into the moon's detail. Although I haven't tried it yet, I think this means I can manipulate close up moon images without reverting to something like Virtual Moon. Unless I've missed that in the CdC extras too!
Cheers, Jim
In your test the template is the same orientation as the PHD image. Is this chance or do you rotate the template according to the current time?
Cheers, Jim
I slewed the mount manually with a long exposure to see how accurate the calculation was. It looks pretty good. I think the deviations at the edges of the display are due to the astigmatism of the RC scope.
Next I tried with the manual method which give a similar result.
I changed the code a little to speed up the process. The algorithm uses a constant number of pixels deviation from a straight line to determine when it is safe to calculate an arc. I reduced this from 8 to 5. The next pic shows that this had no adverse effect and it was much quicker. The mount only had to rotate less than 10 degrees.
As indicated on the display I adjusted the azimuth knobs and reran the alignment. Muc closer but not quite there
After another az adjustment its much closer - almost impossible to see the correction needed. When correct the three visible stars should rest on their respective circles. That suggests I overcorrected slightly in az and need to correct a little in altitude. The astigmatism may be affecting the position of BQ Oct.
If I want to bring the centre of rotation closer to the centre of the display I need to adjust for cone error. This moves the centre left/right. A simple dec correction moves it up/down.
Time to raise a pull request I think.
Thank you Jim! Thats an enormous help.And you are right, I am trying to avoid the complexity in plate solving. Maybe a popup aid that shows the main stars near Polaris as a guide would help.Its kind of ironic that in the ays of polarscopes I used to curse how "northerners" have a handy, bright pole star while we antipodeans had to rely on Sigma Octans which is very hard to find. But once you zoom in closer to the pole we have an easily identifiable asterism, several in fact for different FOVs, and a pair of stars within a couple of arcminutes of the pole.Let me work on this conundrum a bit and see what I can come up with. Worst case is that Polaris is the only choice but that pretty much excludes use by anyone with a FOV less than about 1 degree.
You may want to wait for the next dev release with the bug fix.
Yeah I’m going to give this a try as well
Polemaster seems to work great, but I’m still getting reports of 4 arcmin error, which according to polemaster should be more like 30 arcsec
Thanks
Brian
Brian Valente
Brianvalentephotography.com
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of Steven Bellavia
Sent: Tuesday, October 3, 2017 1:48 PM
To: Open PHD Guiding <open-phd...@googlegroups.com>
Subject: Re: [open-phd-guiding] Re: Alternative Polar Alignment using PHD2
This is awesome! I can't wait to try it!
--
I’m curious what you think about this – it seems like this alt PA feature would be more accurate than polemaster (or perhaps a good ‘tune up’ from a polemaster align) because of the longer focal length. Do you agree or feel otherwise?
Thanks
Brian
Brian Valente
Brianvalentephotography.com
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of Ken Self
Sent: Thursday, October 5, 2017 1:16 PM
To: Open PHD Guiding <open-phd...@googlegroups.com>
Subject: Re: [open-phd-guiding] Re: Alternative Polar Alignment using PHD2
I've started on a change that will let you pan the helper display around. In the meantime, if you can get Polaris on the main display you can select it and go from there. The small image is just an aid to finding the less obvious stars but has no bearing on the actual alignment.
--