Hi!
I would like to start writing some basic scripts for automating some of my image processing work. My image processing work at this time only involves the use of the process modules/scripts already part of PixInsight.
I am struggling to find any script examples written in JavaScript on this to get me started. I even tried to open some of the existing batch scripts in PixInsight but I cannot seem to be able to access the source for them.
I am, of course, able to see the JavaScript source generated for each process that I run, so that is very helpful. So it seems that I need to copy each of those process code snippets into a larger JavaScript file. I would also like to add some dialog boxes to allow for various parameter inputs. So nothing too complex.
If anyone could point me to a sample .js file that does something like this, it would be very helpful.
Thanks!