How can i go about converting a range of values inside a list(numpy array) of list to one number and leave all other numbers as they were, I tried the
np.where(array!= range(-1024,0),array,0))
but this one gives me an error,any suggestions on how i may do so,thanks in advance.