#1  
Old 14-09-2015, 06:45 AM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
PHD2 guiding tips

I have been using PHD2 guiding on and off. Its a fabulous program and gives superior guiding. Its free and its sophisticated.

The guiding assistant works out the best parameters for your guiding for that night which is a great tool.

The only issue I have had it can lose a guide star and then it does not seem to try to continue and stops if that occurs and does not re-engage the star once the cloud passes like say CCDsoft will (it just simply keeps going until told to stop).

One solution I used now is 1) use really long guide exposures - 10 seconds or more. 2) I fitted a .6X reducer on the end of my SBIG STi guider and these 2 actions makes for a really high signal to noise ratio guide star usually.

But if it were slightly cloudy I would revert to using Sky X for autogudiing which is the same as CCDsofts.

I was getting .62 arc sec guiding last night for quite a while and then it went to .78. That graph was very flat and is the best guiding I have ever seen (AP1600GTO).

Greg.
Reply With Quote
  #2  
Old 14-09-2015, 08:00 AM
RobC (Rob)
Registered User

RobC is offline
 
Join Date: Apr 2012
Location: Woodford , Queensland , Australia
Posts: 218
Greg - (1) I am a bit curious to know how you determined you were getting 0.62 arc second guiding and (2) do you think that long exposure guiding is stopping the guide software from oscillating ?

Cheers

Rob
Reply With Quote
  #3  
Old 14-09-2015, 08:11 AM
PRejto's Avatar
PRejto (Peter)
Registered User

PRejto is offline
 
Join Date: Jan 2011
Location: Rylstone, NSW, Australia
Posts: 1,397
Greg,

I can give you a script that will address the very issue you are complaining about! It's just a bit fiddly to run, but it works as advertised and has adjustable parameters such as how long to wait before reestablishing the guide star, etc. You need to run it from a command prompt and you need to install a program to run .pl. I will attach the files a bit later with complete instructions.

Peter

PS Do hyou not find it odd that PHD2 currently won't bin guide cameras? I think that is about to change but at the moment I find the program not sensitive enough for dim guide stars. I also wish the track box size were 2x bigger. It's currently 15x15. TSX defaults to 32x32.

Greg, can you please explain to me exactly what/how CCDSoft tries to reestablish a lost guide star? I have not used the program for guiding for some time now. Thanks!
Reply With Quote
  #4  
Old 14-09-2015, 08:34 AM
PRejto's Avatar
PRejto (Peter)
Registered User

PRejto is offline
 
Join Date: Jan 2011
Location: Rylstone, NSW, Australia
Posts: 1,397
Greg,

Attached is the script and a pretty self explanatory help file.

I installed this program (free and just runs in the background after installing):

http://strawberryperl.com

Open your command prompt (make a shortcut!) and see where the default folder is. That is where you place the script file. Then just type in restart_guiding.pl

If PHD2 is running everything from that point is automatic. You can view what restart_guiding is doing in the command prompt window.

For me it works great!

Peter
Attached Files
File Type: zip restart_guiding.zip (1.7 KB, 26 views)
Reply With Quote
  #5  
Old 14-09-2015, 11:14 AM
codemonkey's Avatar
codemonkey (Lee)
Lee "Wormsy" Borsboom

codemonkey is offline
 
Join Date: Jul 2013
Location: Kilcoy, QLD
Posts: 2,058
Quote:
Originally Posted by PRejto View Post
PS Do hyou not find it odd that PHD2 currently won't bin guide cameras? I think that is about to change but at the moment I find the program not sensitive enough for dim guide stars. I also wish the track box size were 2x bigger. It's currently 15x15. TSX defaults to 32x32.
If your camera has an ASCOM driver that allows binning you may be able to use that. I do that now with my QHY5L-II. Unfortunately it resets the pixel size every time, so I need to up it from 3.75um to 7.5 every time I reconnect the camera.
Reply With Quote
  #6  
Old 14-09-2015, 11:14 AM
peter_4059's Avatar
peter_4059 (Peter)
Big Scopes are Cool

peter_4059 is offline
 
Join Date: Jun 2007
Location: SE Tasmania
Posts: 4,532
Greg,

Have you tried setting Star Mass Tolerance to 100? Setting this to 100 disables the star mass tolerance feature. You also have control over the tracking box size and can increase this to larger than 15x15 however the risk is you end up with multiple stars in the box and this can impact centroid determination. Using darks also helps with guide star S/N if you aren't already doing so.

"'Search region' - specifies the size of the "tracking rectangle", in units of pixels. You may need to increase this value if your mount does not perform well or, more commonly, if it's not well-aligned on the celestial pole.
'Star mass change detection' - tells PHD2 to monitor the brightness and size of the guide star compared to the sky background.
'Star mass tolerance' - if 'star mass change detection' is checked, PHD2 will trigger a 'lost star' error if the measured brightness and size vary by more than this percentage. This might be useful if you have two stars inside the tracking rectangle and you want to be sure that PHD2 doesn't mistakenly switch stars. It can also prevent errors caused by thin clouds, high camera noise, or alpha particle "hits"; but it may be unreliable if you are guiding on a faint star. If you are getting too many 'lost star' errors when the star is plainly visible on the display, try increasing the value of this setting. Setting the value to 100 effectively disables the warnings entirely."

http://openphdguiding.org/man-dev/Ad...tm#Guiding_Tab

I'm a bit surprised you are having issues with this - what system are you guiding with?

Cheers,

Peter
Reply With Quote
  #7  
Old 14-09-2015, 01:15 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Quote:
Originally Posted by RobC View Post
Greg - (1) I am a bit curious to know how you determined you were getting 0.62 arc second guiding and (2) do you think that long exposure guiding is stopping the guide software from oscillating ?

Cheers

Rob

On PHD2 it has several display options. One is a very good graph showing RA and Dec errors plus the correction commands to the mount, the other is a stats board which shows the current average PE error (that 's the .62 I was referring to).

I used the guide assistant which determines guide exposure length and min/max moves. It actually recommended 14 seconds. The AP1600 PE is super smooth so if PA is very accurate (which mine is) then that gives the really super low PE number of .62 arc seconds.

Long guide exposure is basically saying the mounts PE is really good and only needs a minor correction every now and then.

Greg.
Reply With Quote
  #8  
Old 14-09-2015, 01:27 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
I can give you a script that will address the very issue you are complaining about! It's just a bit fiddly to run, but it works as advertised and has adjustable parameters such as how long to wait before reestablishing the guide star, etc. You need to run it from a command prompt and you need to install a program to run .pl. I will attach the files a bit later with complete instructions.

Peter

PS Do hyou not find it odd that PHD2 currently won't bin guide cameras? I think that is about to change but at the moment I find the program not sensitive enough for dim guide stars. I also wish the track box size were 2x bigger. It's currently 15x15. TSX defaults to 32x32.



Thanks Peter. You're a gem!

Greg.
Reply With Quote
  #9  
Old 14-09-2015, 01:31 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Thanks Peter.

I'll try that out. I'm not having issues with it in clear skies only when there is a bit of light cloud around where if it gets a cloud it stops.

I'll try that. But that is the problem and not sure if that setting is designed to handle that, perhaps it is. I have not seen anything like that in any other program.

Long exposures and the reducer make for a high SNR and using PHD2 when its fully clear and using Sky X when its perhaps a bit dodgy is what is reliable at the moment. PHD2 seems to do the best job of autoguiding of anything I have used so far.

My system is AP RHA 305 on an AP1600GTO mount, Sky X, AP Ascom driver, PHD2, SBIG STi guide camera in an Astrodon MMOAG and either a FLI Proline 16803 or an SX Trius 694 fitted to FLI 7 position filter wheel with 50mm square filters.

At first I did not like using the reducer with the RHA as the edge stars looked pretty whacky but last night they seem perfectly round and bright.

Greg.
Reply With Quote
  #10  
Old 14-09-2015, 01:34 PM
niharika
Registered User

niharika is offline
 
Join Date: Jun 2012
Location: melbourne
Posts: 216
Quote:
Originally Posted by gregbradley View Post
The AP1600 PE is super smooth so if PA is very accurate (which mine is)
Greg.
Good to see you are getting comfortable with the mount Greg
Reply With Quote
  #11  
Old 14-09-2015, 01:37 PM
peter_4059's Avatar
peter_4059 (Peter)
Big Scopes are Cool

peter_4059 is offline
 
Join Date: Jun 2007
Location: SE Tasmania
Posts: 4,532
Greg,

Thin clouds will trigger the star mass tolerance error and can cause phd to stop guiding. If you want it to try to keep guiding increase the tolerance to 100.

The other thing to check is the reported guide star S/N. I think you are looking for a number greater than 6 ideally.
Reply With Quote
  #12  
Old 14-09-2015, 03:10 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Quote:
Originally Posted by niharika View Post
Good to see you are getting comfortable with the mount Greg

Yes I am. The tracking is amazing. Best I have seen and that includes a PMX and PME, a Tak, MI250, Vixen Sphinx (well that wouldn't be hard!).

Greg.
Reply With Quote
  #13  
Old 14-09-2015, 03:14 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Quote:
Originally Posted by niharika View Post
Good to see you are getting comfortable with the mount Greg
Quote:
Originally Posted by peter_4059 View Post
Greg,

Thin clouds will trigger the star mass tolerance error and can cause phd to stop guiding. If you want it to try to keep guiding increase the tolerance to 100.

The other thing to check is the reported guide star S/N. I think you are looking for a number greater than 6 ideally.
I will try that. Thanks. A smallish thick cloud that totally blocks the stars is the scenario we need to overcome. I'll set that to 100 but I suspect it will still fail in that situation but hopefully it works. Its a superb program and if its just a setting to handle that then that's even better. But if you commit to a several hour imaging run and you sleep and find out the next day a small cloud stopped the session 30 minutes after you walked away its not a good feeling! (actually happened). SkyX is more reliable that way.

Thanks Peter. I think 6 is the SNR target for calibration but yes it needs to be as high as possible. The reducer and long exposures are giving much higher SNR, more like 40-50.

Greg.
Reply With Quote
  #14  
Old 14-09-2015, 07:06 PM
PRejto's Avatar
PRejto (Peter)
Registered User

PRejto is offline
 
Join Date: Jan 2011
Location: Rylstone, NSW, Australia
Posts: 1,397
Greg,

The script I gave you will do exactly what you want. It will recover from a thick and long cloud. It will even find a new star and start guiding if you slew the mount to a new position!

Can you please tell me what CCDSoft does when the guide star is lost?

Thanks!

Peter
Reply With Quote
  #15  
Old 14-09-2015, 07:12 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Quote:
Originally Posted by PRejto View Post
Greg,

The script I gave you will do exactly what you want. It will recover from a thick and long cloud. It will even find a new star and start guiding if you slew the mount to a new position!

Can you please tell me what CCDSoft does when the guide star is lost?

Thanks!

Peter
It keeps imaging with the guide cam. When the cloud clears if your guide star is still in the guide box you used it will reacquire and continue autoguiding.

Greg.
Reply With Quote
  #16  
Old 14-09-2015, 07:36 PM
PRejto's Avatar
PRejto (Peter)
Registered User

PRejto is offline
 
Join Date: Jan 2011
Location: Rylstone, NSW, Australia
Posts: 1,397
OK, thanks! That isn't comprehensive enough to do what I need it to do which is to automatically take a full frame view, reselect a guide star and initiate guiding. The PHD2 script does that.

Peter
Reply With Quote
  #17  
Old 15-09-2015, 01:54 AM
troypiggo's Avatar
troypiggo (Troy)
Bust Duster

troypiggo is offline
 
Join Date: Nov 2008
Location: Brisbane, Australia
Posts: 4,846
Quote:
Originally Posted by gregbradley View Post
It keeps imaging with the guide cam. When the cloud clears if your guide star is still in the guide box you used it will reacquire and continue autoguiding.

Greg.
That's exactly what PHD2 does if you follow Peter's advice above
Reply With Quote
  #18  
Old 15-09-2015, 07:04 AM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Ok thanks Troy. I have set my star mass setting to 100. I'll wait to see how it goes in the next slightly cloudy night. I thought it might be a setting somewhere.

Greg.
Reply With Quote
  #19  
Old 15-09-2015, 11:02 AM
allan gould's Avatar
allan gould
Registered User

allan gould is offline
 
Join Date: May 2005
Location: Brisbane
Posts: 4,485
I had this problem with thin cloud at Astrofest where PhD2 would start its "bonging" as thin cloud went past due to a lowering of the "star mass".
I did as Peter has suggested here and increased the setting to 100. No problems and when it lost the star due to cloud it just picked up again when the star re-appeared. Polar alignment with PhD2 is recommended for this to work well - I was doing 30 min subs again.
Allan
Reply With Quote
  #20  
Old 15-09-2015, 01:05 PM
gregbradley's Avatar
gregbradley
Registered User

gregbradley is offline
 
Join Date: Feb 2006
Location: Sydney
Posts: 17,877
Quote:
Originally Posted by allan gould View Post
I had this problem with thin cloud at Astrofest where PhD2 would start its "bonging" as thin cloud went past due to a lowering of the "star mass".
I did as Peter has suggested here and increased the setting to 100. No problems and when it lost the star due to cloud it just picked up again when the star re-appeared. Polar alignment with PhD2 is recommended for this to work well - I was doing 30 min subs again.
Allan

Thanks Allan.

That's good to confirm that it does that. So that was my only concern with it. Its a super program and is giving me superior guiding to Sky X.

Anyone using the free dither plug in? Not sure how that works. It would need to work with the camera wouldn't it? Otherwise it might to try to dither in the middle of an exposure.

Greg.
Reply With Quote
Reply

Bookmarks

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 05:58 PM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Advertisement
Testar
Advertisement
Bintel
Advertisement