Added new TimeSeries.shift method
This PR adds a new instance method for TimeSeries
to shift the timing of data. It's just a fancy call to self.t0 = ...
that handles Quantities
.
This PR includes an update to the GW150914 example to overlay H1 and L1 (using TimeSeries.shift
).