Search found 103 matches

by Iver
07 Aug 2022, 09:09
Forum: Instrumentation
Topic: Pause PHD2 when FF AF?
Replies: 17
Views: 4092

Re: Pause PHD2 when FF AF?

55 north? Canadian ? Deutch?
by Iver
07 Aug 2022, 08:44
Forum: Instrumentation
Topic: Pause PHD2 when FF AF?
Replies: 17
Views: 4092

Re: Pause PHD2 when FF AF?

Sounds like you get out about as often as I do! :( . I'm going to start building an observatory soon, hopefully I'll get more imaging done! BTW prior to AA8 I suggested to Fabio that it would be great if a script could be executed from the sequencer, that would solve your problem.
by Iver
07 Aug 2022, 00:57
Forum: Instrumentation
Topic: Pause PHD2 when FF AF?
Replies: 17
Views: 4092

Re: Pause PHD2 when FF AF?

Hi Rudi, you can convert your sequence to a script. Sequencer menu - create similar script and then add PHD.Pause PHD.Resume into the script.
by Iver
14 Jun 2022, 15:17
Forum: General
Topic: Subframe From selection choice
Replies: 4
Views: 1290

Re: Subframe From selection choice

Hi, maybe I don't understand what you are asking? Here is how I select a subframe. Take a full frame exposure. Drag a box on the image I want as a subframe and then select "From selection".
by Iver
06 May 2022, 15:41
Forum: General
Topic: Plate Solving - No Luck
Replies: 10
Views: 2503

Re: Plate Solving - No Luck

"I must be missing something simple! Any thoughts? Thanks in advance"

After you make a change in the parameters
settings do you click on "Save Parameters"?
by Iver
06 May 2022, 03:05
Forum: General
Topic: Plate Solving - No Luck
Replies: 10
Views: 2503

Re: Plate Solving - No Luck

AA needs a hint at where the scope is pointing. Click on the small icon next to the search region window to load the Ra and Dec from the image. As I mentioned in your original post plate solve data is separate from the Sky Atlas data. For more info read this thread. https://www.astroart-forum.net/fo...
by Iver
05 May 2022, 22:40
Forum: General
Topic: Plate solving - confused about catalogs
Replies: 6
Views: 2163

Re: Plate solving - confused about catalogs

Hi Jack, AA plate solve data is included with ver. 8
It does not need to be downloaded separately. In the Instrumentation section there is a plate solving with AA8 thread that my be helpful.
by Iver
03 Apr 2022, 20:47
Forum: Instrumentation
Topic: Binning CMOS ASI2900MC
Replies: 2
Views: 1258

Re: Binning CMOS ASI2900MC

John if you want to select software binning use the camera control panel and click on the wrench icon. You can select software binning from the image tab.
Clear skies for your outing.
by Iver
10 Mar 2022, 00:06
Forum: General
Topic: Live Stacking ?
Replies: 3
Views: 1429

Re: Live Stacking ?

Hi John, this is a script from the demo scripts section of AA help.

Imaging and stacking in realtime

expo = 3.0
for i = 1 to 10
if i = 1 then
Camera.Start(expo)
else
Camera.StartAndStack(expo)
end if
Camera.Wait
next i
by Iver
26 Feb 2022, 21:16
Forum: Image processing and analysis
Topic: Histogram Stretch
Replies: 5
Views: 1484

Re: Histogram Stretch

Which stacking method did you use?
by Iver
26 Feb 2022, 16:51
Forum: Image processing and analysis
Topic: Histogram Stretch
Replies: 5
Views: 1484

Re: Histogram Stretch

I've always applied the stretch to the combined image. Would there be anything to gain by stretching the individual subs ?
by Iver
26 Feb 2022, 04:52
Forum: Scripts
Topic: Single star AF and Multistar autoguiding?
Replies: 3
Views: 1685

Re: Single star AF and Multistar autoguiding?

Maybe this is more what you wanted.

Guider.FullFrameAutoguide
pause (10) ' (this is where you would insert image sequence)
Guider.StopAutoguide
Camera.Start (1)
Camera.Wait
Camera.Autofocus
Guider.FullFrameAutoguide