Page 1 of 1

Scripted Image Processing

Posted: 09 Dec 2018, 17:02
by Forum_2016
Hi All,

Is there anyway to script an image processing 'task' - something along the lines of Image.Process("DDP",a,b,c).

I acknowledge that there are many image processing commands available, with a wide variety of parameters. However, it would be useful to be able to automatically script a series of processing steps to the current image.

Alternatively, is it possible to call a macro from a script - which might enable me to record a macro of the image processing steps and then apply (from a script) that macro to the current image somehow?

Cheers,
Andrew.

Re: Scripted Image Processing

Posted: 09 Dec 2018, 17:03
by Forum_2016
Each one of the 4 macros can be called from a script.

Image.Macro(n)
Launches one of the four Macros defined in Astroart.
Image.Macro(2)

Iver

Re: Scripted Image Processing

Posted: 09 Dec 2018, 17:03
by Forum_2016
Thanks Iver, that's perfect. Sorry, I don't know how I missed that one