Changeset 13299 for fact/tools/pyscripts/pyfact/image_extractors.py
- Timestamp:
- 04/03/12 11:47:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/image_extractors.py
r13229 r13299 82 82 cog /= self.size 83 83 self.cog = cog 84 print 'debug-COG=',cog, 'in hex coordinates'84 #print 'debug-COG=',cog, 'in hex coordinates' 85 85 cog_euc = cog[0] * ex + cog[1] * ey + center 86 86 self.cog_euc = cog_euc 87 print 'debug-COG=', cog_euc, 'in euclidic coordinates'87 #print 'debug-COG=', cog_euc, 'in euclidic coordinates' 88 88 return cog, cog_euc 89 89
Note:
See TracChangeset
for help on using the changeset viewer.