labrad / scalabrad-web

A web interface for labrad
MIT License
8 stars 7 forks source link

Add some generic x axis options #321

Open DanielSank opened 7 years ago

DanielSank commented 7 years ago
joshmutus commented 7 years ago

relative to beginning? (make initial time zero)

DanielSank commented 7 years ago

Let me try to be more explicit. These are just ideas:

  1. Data stored in UTC

    1. Show as datetime
    2. Show as difference from user supplied datetime, in either manually selected units or autoselected units. For example, hours, days, minutes relative to my supplied origin.
  2. Data stored as a straight-up time, i.e. minutes hours. In the case, we probably just want to be able to adjust the origin and/or units.

Not sure if all of these are actually useful. Probably the UTC-->datetime one would be the most interesting.