Search found 263 matches

by Forum_2018
26 Dec 2018, 20:36
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1862

Re: Store the Scripts

Thanks Iver!
by Forum_2018
26 Dec 2018, 20:35
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1862

Re: Store the Scripts

When you have the script window open go to the menu tab and select save. Then select the location where you want to save the script.
Iver
by Forum_2018
26 Dec 2018, 20:35
Forum: Scripts
Topic: Store the Scripts
Replies: 2
Views: 1862

Store the Scripts

Hi to all!

Is it impossible to store my Scripts witin Astroart 6?
Sorry I couldnt find it!

Bye Jurgen (IAU Station B50)
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2386

Re: I need to convert JD to BJD, maybe a script.

I now have a fully tested Python program to do this for lists of JD, mag captured from AA6.

If anyone needs it just email.

Regards,
John
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2386

Re: I need to convert JD to BJD, maybe a script.

I agree, just looking at a paper written by Ohio State University.

Regards,
John
by Forum_2018
26 Dec 2018, 20:34
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2386

Re: I need to convert JD to BJD, maybe a script.

I think that the most difficult part is to find a clear algorithm, in any language. Converting it to BASIC shouldn't be too hard.
by Forum_2018
26 Dec 2018, 20:33
Forum: Scripts
Topic: I need to convert JD to BJD, maybe a script.
Replies: 3
Views: 2386

I need to convert JD to BJD, maybe a script.

I have a load of images where I need to write a keyword BJD for very short period variation calculation.
will need RA DEC Lat Long and JD as inputs I think.
by Forum_2018
26 Dec 2018, 20:33
Forum: Scripts
Topic: Astroart6.0 Autofocus
Replies: 0
Views: 2659

Astroart6.0 Autofocus

The script function autofocus: Focuser.Autofocus(fp1,fp2,fp3,fp4) Seems to find very dim stars. Hence focus is very random. The exposure time of the original image, the setup of the autofocus window (focuser increment, steps, number of tries) and the 4 parameters are all clearly interacting. I have ...
by Forum_2018
26 Dec 2018, 20:32
Forum: Scripts
Topic: I am sure there is a Script Command to Clamp()
Replies: 2
Views: 1888

Re: I am sure there is a Script Command to Clamp()

I know there is a script Image.Binning2X2() but I was sure I had used Image.Clamp(x,y)
Yes.. I could use image.Formula() to Clamp!!
It is only to stop AA6 writing 32bit files when there is a 65535 pixel.

Thanks,
John
by Forum_2018
26 Dec 2018, 20:32
Forum: Scripts
Topic: I am sure there is a Script Command to Clamp()
Replies: 2
Views: 1888

Re: I am sure there is a Script Command to Clamp()

Maybe you are thinking of "Image.Formula" ?

Iver
by Forum_2018
26 Dec 2018, 20:32
Forum: Scripts
Topic: I am sure there is a Script Command to Clamp()
Replies: 2
Views: 1888

I am sure there is a Script Command to Clamp()

I was sure I had used a script command like Image.Clamp(60000,65000) In the SP4 version?
Does not seem to work.
Am I getting confused with the Macro() with Clamp in it.
Not in the Help either?

Regards,
John
by Forum_2018
26 Dec 2018, 20:31
Forum: Scripts
Topic: Modeless dialogs in scripts
Replies: 4
Views: 2504

Re: Modeless dialogs in scripts

Thank you, Fabio. I'll look into the other solution.