sunrise-cubesat / AIT-GUI

MIT License
0 stars 0 forks source link

MCT Adaptation query issues: LAD #2

Open jbust23 opened 3 years ago

jbust23 commented 3 years ago

The MCT Adaptation does not account for LAD data queries in MCT.

LAD data queries are telemetry queries with a size of one between two timestamps. Example:

channel1 timestamp_start timestamp_end latest 1

The expected return is the latest timestamp for that channel between those points of size 1.

It's unclear if the /latest uri could fulfill this functionality, or if further influxdb integration is needed.

jbust23 commented 3 years ago

Original ticket reference: https://github.com/NASA-AMMOS/AIT-GUI/issues/210