NASA-AMMOS / AIT-GUI

MIT License
24 stars 12 forks source link

MCT Adaptation query issues: LAD<Cubesat issue> #210

Open mudinthewater opened 3 years ago

mudinthewater 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.

mudinthewater commented 3 years ago

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