It would make sense that custom functions applied to channel data in visualization should not require a "self" as the first argument if a simple scaling of channel data is implemented that way.
This could be solved similarly in virtual channel functions, where inspect module is used to check if first argument is "self" or something else.
It would make sense that custom functions applied to channel data in visualization should not require a "self" as the first argument if a simple scaling of channel data is implemented that way.
This could be solved similarly in virtual channel functions, where inspect module is used to check if first argument is "self" or something else.