Open Blink process

Luc

Member
Hi,

This code open pixelMath process windows:

var p = new PixelMath;
p.launchInterface();

How I can open Blink process windows on the same way?
 
Hi Luc,

Blink is not an instantiable process, hence you cannot create a new instance of Blink. For example, for the same reason you cannot generate a Blink process icon. You cannot launch non-instantiable processes using JavaScript in current versions of PixInsight because there is no Process core JavaScript object. This limitation will probably be overcome in the next 1.8.9 version.
 
Back
Top