AeroSenseSw / AeroSenseAssure

MIT License
0 stars 3 forks source link

What coordinate system is used in the heat map plots #3

Closed msdrigg closed 10 months ago

msdrigg commented 10 months ago

I am doing some tests with my assure device and I am having a hard time understanding what (x, y) refer to, and I didn't see anything in this repository that would clear that up.

There are two possibilities that come to mind but I am not sure which one is correct (or if both are incorrect). Can someone clear up which is the real one?

Possibility 1:

Vertical

Possibility 2:

Horizontal
alespour commented 10 months ago

Coordinate system of original data (ie. before the X-axis values transformation in the heatmap handler). XY are horizontal coords, where negative X values denote positions to the left of the "center" of the radar beam. 288969134-eecadfcf-9a6d-4ae3-bd3f-5eb4cd3fbc0f

msdrigg commented 10 months ago

Thank you!