NASA-AMMOS / AIT-GUI

MIT License
24 stars 12 forks source link

MCT Adaptation query issues: minmax/rollups <Cubesat issue> #211

Open mudinthewater opened 3 years ago

mudinthewater commented 3 years ago

The MCT Adaptation does not support minmax telemetry queries.

Minmax queries are used to make plots that are data-efficient but visually correct for the size of a screen.

Influx DB supports rollup queries, and MCT supports them via the minmax option and size field on query parameters.

These should be used to generate queries to rollups configured in InfluxDB. Note that this may also require some configuration on the AIT-Core side.