Allowing cropping of irregular Series
Created by: mattpitkin
I would like to be able to crop irregular TimeSeries objects, but because the dx
attribute is not defined for these it doesn't work. This PR makes a change to the crop
method of the Series
object, so that cropping can be performed on irregularly sampled series.