simonsobs / sisock

Sisock ('saɪsɒk): streaming of Simons Obs. data over websockets for quicklook
Other
2 stars 0 forks source link

Implement API from Issue #1. #3

Closed ahincks closed 6 years ago

ahincks commented 6 years ago

API from Issue #2 discussion implemented.

Live-data example (server_example_sensors.py) now working.

mhasself commented 6 years ago

W.r.t. the language describing finalized_until... "the most recent timestamp available since the data node was last updated". I think that's promising too much... how about "the timestamp prior to which the presently requested data are guaranteed not to change; None may be returned if all requested data are finalized." It's hard to be concise and accurate here... but right now it reads as though finalized_until could provide the most_recent_update() timestamp, regardless of the data request... and I don't think it should.