Inconsistency between Csources and Pysources
Bug #731947 reported by
Richie
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ImageP |
Fix Released
|
Low
|
Tomio |
Bug Description
Just one more (for now): Ubuntu 10.04 64bit system, with Python 2.6.5 and ImageP 2.9.2.
The method PeakFind() takes a parameter called 'threshold' in the Csources and 'treshold' in the Pysources which means switching back and forth between the sources when using this function causes an exception.
Changed in imagep: | |
importance: | Undecided → Low |
Changed in imagep: | |
status: | Confirmed → Fix Released |
tags: | added: solved |
To post a comment you must log in.
Thank you for reporting, I have changed the two functions to use exactly the same spelling and parameters. A simplest fix until I upload the new tar file: skip naming the parameter, simply use the image and threshold value as the first two parameters of the call:
PeakPos(img, th, width).