acconeer / acconeer-python-exploration

Acconeer Exploration Tool

Home Page:https://docs.acconeer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Envelope 3d Demo

Ryanstak opened this issue · comments

fig_env_demo

This image is in the introduction section and it states that this is the output of the envelope service in the exploration tool. Mine doesn't look like that. Am I missing a setting or something?
Exptool_Envelope

Hi,

The 3D version of envelope was removed in 4.0.0. It is still available in the Radar Viewer if you checkout the v3-branch.

Hi,

My mistake, it was removed earlier. This is the last commit containing the radar_viewer 1d4069b. Please checkout that and find the radar viewer folder in the root.

Hi,

It is only meant for a live view. To get more in-depth data, please refer to the exploration tool GUI and example scripts.

If I wanted to create a module that displayed a graph similar to the distance detector, but in 3d. Would pyqtgraph or matplotlib be better for this? It looks like both have the capability.

Hi,

I think either is possible to use, it depends on which you are more comfortable to use. In general pyqtgraph is faster for live plotting, so maybe this is better to get a good performance.