Skip to content

Allowing cropping of irregular Series

Duncan Macleod requested to merge github/fork/mattpitkin/crop_irregular into master

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.

Merge request reports