# Filter out those that have an literal empty value. The argument parser of binary_c doesnt work properly with that.
# Filter out those that have value Function. adding these to the argument will execute the function instead of evolving the system
# Filter out those that have value NULL. In general these only come from the defaults of binary_c itself.
# What I do here is comparing whether the value of the bse_option is NULL currently AND as a default. In that way one could set some other part to NULL (don't know what situation that would be tho..)
if (not((self.bse_options[param_name]=='NULL')and(self.bse_options[param_name]==self.defaults[param_name]))) \