Search found 263 matches

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

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: 2325

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: 2325

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: 2560

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: 1833

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: 1833

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: 1833

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: 2431

Re: Modeless dialogs in scripts

Thank you, Fabio. I'll look into the other solution.
by Forum_2018
26 Dec 2018, 20:31
Forum: Scripts
Topic: Modeless dialogs in scripts
Replies: 4
Views: 2431

Re: Modeless dialogs in scripts

OK, I understand. At the moment it's not possible. Actually this task is already done by other AA users, creating their own dialog window (a simple application) for maximum flexibility. Such applications simple present buttons and options and then write a small text file when something is clicked. T...
by Forum_2018
26 Dec 2018, 20:30
Forum: Scripts
Topic: Modeless dialogs in scripts
Replies: 4
Views: 2431

Re: Modeless dialogs in scripts

OK. I'm hoping to write a script that needs to only be run once at the start of the session and it presents a menu of options like so aa-menu.png But it shouldn't get in the way (the menu recenters itself) nor prevent the normal use of AA. I hope you get what I'm trying to achieve. Automation with a...
by Forum_2018
26 Dec 2018, 20:29
Forum: Scripts
Topic: Modeless dialogs in scripts
Replies: 4
Views: 2431

Re: Modeless dialogs in scripts

It's not possible, but in Scripts 6.2 you could enlarge the Output panel to display all the rows you need for feedback.
If you post more details about your research maybe I could give a better solution.
by Forum_2018
26 Dec 2018, 20:29
Forum: Scripts
Topic: Modeless dialogs in scripts
Replies: 4
Views: 2431

Modeless dialogs in scripts

Is it possibe to use? If not, any possibility to implement?