The wavelength arrays are sorted. So there is no need to call min() and max()...
The wavelength arrays are sorted. So there is no need to call min() and max() to find the extrema. We can directly get the first and last elements.
Please register or sign in to comment