for example ``` tf.select(start=starttime, end=endtime) >>> returns a timeframe that is cut from that time ``` but should it resample? or should it simply return a timeframe object with the data cut out?