@assertlength(ARGS)>0"No arguments entered. Please specify at least one argument that specifies the experiment: R1, R2, R3; e.g. julia enzym_1d.jl R3."
@assertlength(ARGS)<=2"Too much arguments"
exp=ARGS[1]
@assertexpin["R1","R2","R3","R5"]"Wrong name of experiment"
@assertlength(ARGS)>0"No arguments entered. Please specify at least one argument that specifies the experiment: R4, R5, R6; e.g. julia enzym_2d.jl R5."
@assertlength(ARGS)<=2"Too much arguments"
exp=ARGS[1]
@assertexpin["R4","R5","R6"]"Wrong name of experiment"