gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
123 stars 63 forks source link

Phase measurements #87

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

I would like to know why when we get the phase from TagData, it's scaled between 0 and pi and not between 0 and 2*pi ? Is it from the wrapper ?

Thanks

gotthardp commented 5 years ago

The wraper does not process the phase in any way. I doublechecked the data type-- and it is correct. It must come from the reader itself.

ghost commented 5 years ago

Ok thanks :)