Changeset ba366f1 in ammosreader
- Timestamp:
- 09/03/23 19:08:26 (21 months ago)
- Branches:
- guix
- Children:
- 5d24bea
- Parents:
- 3ed8119
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/PDW.py
r3ed8119 rba366f1 294 294 @property 295 295 def azimuth_confidence(self): 296 if azimuth_confidence == 63:297 return None 298 return ( azimuth_confidence / 10)296 if self.__azimuth_confidence == 63: 297 return None 298 return (self.__azimuth_confidence / 10) 299 299 300 300 @property
Note:
See TracChangeset
for help on using the changeset viewer.