Author Topic: Process instance to script code?  (Read 4491 times)

Offline zvrastil

  • PixInsight Addict
  • ***
  • Posts: 179
    • Astrophotography
Process instance to script code?
« on: 2011 October 04 14:06:49 »
Hello,

is there some easy way (like dropping process instance somewhere) to generate JavaScript code to setup/call this process instance with actual parameters?
If not, how to set up the MorpologicalTransformation process in JavaScript with three-way structuring element?

thanks, Zbynek

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Process instance to script code?
« Reply #1 on: 2011 October 04 14:24:58 »
Drag the MorphologicalTransformation instance to the ProcessContainer interface to render it as JavaScript code.

Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline zvrastil

  • PixInsight Addict
  • ***
  • Posts: 179
    • Astrophotography
Re: Process instance to script code?
« Reply #2 on: 2011 October 04 22:55:05 »
Thanks Juan,

I knew I saw something like that is some video tutorial or such.

Zbynek