blond-org / blond_common

Collection of common functions and interfaces
GNU General Public License v3.0
3 stars 5 forks source link

Datatype functionality enhancement #47

Closed alasheen closed 3 years ago

alasheen commented 4 years ago

The present implementation should return a timebase='interpolated' datatype but returns timebase=None instead.

An option to return a timebase==by_time datatype would allow to reuse the time information when combining several datatypes (e.g. for combine_single_sections function).

E.g. to add a single float value to a time based datatype, or two time based datatypes

E.g. for combination of functions, copy() function...

scpalbright commented 4 years ago

All done, included on upcoming pull request #48