ocesou / hooke

Automatically exported from code.google.com/p/hooke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

delta doesn't work correctly with mcs.py driver #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open a MCS file
2. try to measure the dx or dy

What is the expected output? What do you see instead?
The measurement is slow, clicked points are not picked up correctly (i.e.
they are not the nearest to click)

Original issue reported on code.google.com by devicera...@gmail.com on 13 May 2009 at 7:21

GoogleCodeExporter commented 8 years ago
Probably connecting with Issue 7 ;)

Original comment by albertog...@gmail.com on 14 May 2009 at 1:36

GoogleCodeExporter commented 8 years ago
It's not exactly the same thing, it's more of a bug in determining the nearest 
point. 

But yes, they're related, the way I determine this point probably sucks.

Original comment by devicera...@gmail.com on 14 May 2009 at 7:40

GoogleCodeExporter commented 8 years ago
Remark to myself: Trying with a 10000-points force curve with another driver, it
looks slooow.
I really have to rethink it.

Original comment by devicera...@gmail.com on 26 May 2009 at 4:31