das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

synchronize doesn't support where target timetags are bins #114

Closed jbfaden closed 1 month ago

jbfaden commented 1 month ago

Sadie and I discovered that synchronize cannot be used with timetags which are start,stop time ranges, as with an events dataset. This could be resolved by using the midpoints of the bins.

jbfaden commented 1 month ago

We also noticed that diff(xtags) where xtags are time ranges also fails.

jbfaden commented 1 month ago

This is fixed.