def constant(x, cutoff=0.5, gain=10, inv=False, is_random=False): # TODO x = exposure.adjust_sigmoid(x, cutoff=cutoff, gain=gain, inv=inv) return x