PixelMath parameters for script

How can I send the value of P=10 to the pm command?

P=10
pm " $starmask_composed_lrgb$ + P * $starless_composed_lrgb$"

With a Siril script you can’t.

You need to use python (or bash, or whatever), in the same way it is used in these tutorials:

1 Like

Gracias