Author Topic: PixelMath: Symbol = image Identifier  (Read 3292 times)

Offline aworonow

  • PixInsight Addict
  • ***
  • Posts: 258
    • Faint Light Photography
PixelMath: Symbol = image Identifier
« on: 2015 November 12 09:36:14 »
in PixelMath, just as a symbol can hold a constant value, it would be nice if it could also hold an image identifier. That would add versatility to the reuse of pixelmath expressions in diverse processing trains.

e.g.


(symbols Fn)
Fn="image21";
med(Fn)*$T+med($T)*Fn

then simply changing the rhs of the definition of Fn, this expression could be rapidly applied elsewhere. Of course this is a very simplified example involving just one image identifier. Ability to handle multiple image identifiers would be great.

AlexW



Offline NGC7789

  • PixInsight Old Hand
  • ****
  • Posts: 391
Re: PixelMath: Symbol = image Identifier
« Reply #1 on: 2015 November 12 09:48:02 »
I'm not at the interface right now, but I'm fairly certain PixelMath can already do exactly what you are asking for.

Offline aworonow

  • PixInsight Addict
  • ***
  • Posts: 258
    • Faint Light Photography
Re: PixelMath: Symbol = image Identifier
« Reply #2 on: 2015 November 12 11:57:03 »
Maybe I just don't know the proper syntax? I've tried several and tried searching for it. No luck.  :'(