Changes between Initial Version and Version 1 of Ticket #6123


Ignore:
Timestamp:
2011-03-18T09:51:11+01:00 (15 years ago)
Author:
katpatuka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6123 – Description

    initial v1  
    4646        at java.awt.EventDispatchThread.run(Unknown Source)
    4747
    48 As far as I found out the new settings SHEARX and SHEARY which are missing in the old version cause the problem - adding
     48As far as I found out the new settings `SHEARX` and `SHEARY` which are missing in the old version cause the problem - adding
     49{{{
    4950 SHEARX=0.0
     51 SHEARY=0.0
     52}}}
     53manually to the .cal file solves the problem. On the other hand `POSITION_X` and `POSITION_Y` do not fit anymore: old .cal file reads:
    5054
    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
     60while new cal file (after recalibration) read:
     61
     62{{{
     63 POSITION_Y=4383475.1191557925
     64 POSITION_X=3763968.906476004
     65}}}
     66
     67so the values differ quite a lot.