Setting a constant in a SIRIL script

Hi,

In the standard SIRIL scripts, can you set a numeric constant in the beginning of the script to be used throughout the script? I searched commands but couldn’t find anything.

Thanks!

Hello. No. It is not possible.

You should use python script.

1 Like

Thanks. Yes, learning SIRIL Python scripting is on my to-do list!