During re-generation of heatmap from downloaded csv file, cannot regenerate DoA lobe (javascript), do not know why current bearing and DoA lobe are not the same in android app?
Is this the CSV downloaded from the web GUI? There is a known bug for the web GUI CSV download where the max bearing entry is incorrect. It’s been fixed in the latest version but not pushed to any image files yet.
But the max bearing is not used by anything apart from the line drawing, so it’s not very important. The heatmap and lobes still generate correctly.
Yes, CSV downloaded from the web GUI. I also have csv attained from pi, though the image is a bit older.
Query: is the lobe plotting in android app is based on 360 DoA data present in CSV? If yes i have this code, but DoA lobes plotting by this code are not in the correct direction although DoA lobes in android app are in correct direction.
Yes the Android app plots the lobe based on the 360 DoA data entries in the CSV.
The CSV has the DOA lobe in the default unit circle convention. You can rotate the doa power array to get it into the compass orientation.