Changes between Initial Version and Version 1 of Ticket #6123
- Timestamp:
- 2011-03-18T09:51:11+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6123 – Description
initial v1 46 46 at java.awt.EventDispatchThread.run(Unknown Source) 47 47 48 As far as I found out the new settings SHEARX and SHEARY which are missing in the old version cause the problem - adding 48 As far as I found out the new settings `SHEARX` and `SHEARY` which are missing in the old version cause the problem - adding 49 {{{ 49 50 SHEARX=0.0 51 SHEARY=0.0 52 }}} 53 manually to the .cal file solves the problem. On the other hand `POSITION_X` and `POSITION_Y` do not fit anymore: old .cal file reads: 50 54 51 SHEARY=0.0 52 manually to the .cal file solves the problem. 55 {{{ 56 POSITION_X=0.5900306480055015 57 POSITION_Y=0.6869702311069824 58 }}} 59 60 while new cal file (after recalibration) read: 61 62 {{{ 63 POSITION_Y=4383475.1191557925 64 POSITION_X=3763968.906476004 65 }}} 66 67 so the values differ quite a lot.


