Pause PHD2 when FF AF?
Re: Pause PHD2 when FF AF?
Hello, the "settling" state should be "Looping". But you don't need to check for it, just check until the status is "Guiding".
Fabio.
Fabio.
Re: Pause PHD2 when FF AF?
Center script command, also from help file.
Telescope.AutoCenter(exposure, binning, [ra,dec])
Starts the automatic centering with plate solving, using the new Centering Window of Astroart 8 SP1. The script will be paused until the procedure is complete, then use the function: Telescope.AutoCenterOK() to verify the result.
Telescope.AutoCenter(exposure, binning, [ra,dec])
Starts the automatic centering with plate solving, using the new Centering Window of Astroart 8 SP1. The script will be paused until the procedure is complete, then use the function: Telescope.AutoCenterOK() to verify the result.
Iver
Re: Pause PHD2 when FF AF?
Thanks Fabio and Iver. Once I have completed my script and tested it, I will share it here on forum.
The idea is to be create a mosaic in the atlas, and then "copy for telescope list" and paste that into the script, which will then run a sequence on each panel.
@fabio: the "copy for telescope list" generates a list like this:
Have you considered making the tile names reflect the tile positions in stead of beeing sequentiel? For example:
That would make it simpler to assemble large mosaics later on, if the tile names are used to generate file names.
The idea is to be create a mosaic in the atlas, and then "copy for telescope list" and paste that into the script, which will then run a sequence on each panel.
@fabio: the "copy for telescope list" generates a list like this:
Code: Select all
"M1" 00 41 07.9 +41 02 50
"M2" 00 41 07.6 +41 16 07
"M3" 00 41 07.3 +41 29 25
"M4" 00 42 44.9 +41 02 53
"M5" 00 42 44.9 +41 16 10
"M6" 00 42 44.9 +41 29 27
"M7" 00 44 21.9 +41 02 50
"M8" 00 44 22.2 +41 16 07
"M9" 00 44 22.6 +41 29 25
Code: Select all
"Tile_001_001"
"Tile_001_002"
"Tile_001_003"
"Tile_002_001"
"Tile_002_002"
"Tile_002_003"
"Tile_003_001"
"Tile_003_002"
"Tile_003_003"
/Rudi
Re: Pause PHD2 when FF AF?
OK, it will be improved for AA8 SP2, available in september-october.
Thanks, Fabio.
Thanks, Fabio.
Re: Pause PHD2 when FF AF?
Any news on pausing PHD2 when doing an auto focus in a sequence?
PHD2 still "freakes out" when I auto focus. I am using an off axis guider.
I know I can script my way out of it, but it would be very convenient to have a checkbox in the sequencer: Pause PHD2 when AF.
PHD2 still "freakes out" when I auto focus. I am using an off axis guider.
I know I can script my way out of it, but it would be very convenient to have a checkbox in the sequencer: Pause PHD2 when AF.
/Rudi
Re: Pause PHD2 when FF AF?
Hi Rudi, just a suggestion. I really like the idea of the sequencer. A few times I requested new features to Fabio and he implemented some of them. Since the sequencer will create a script that will do the same thing I have found it much easier to embellish the script whenever I feel the need for a new task. Just a couple of examples, when the sequence is complete the script checks the AstroArt telescope goto list. If I have put a second target there it does a goto solve and center and runs the sequence, I can put as many targets as I like. Once there is no target the script parks the scope and shuts the power off. Once I get my observatory built I plan to add a close roof script between the park and power off. With scripting the sky is the limit. The sequencer will never be as flexible.
Iver