Inconsistency between Csources and Pysources

Bug #731947 reported by Richie
6
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.

Tags: solved
Tomio (tomio2009)
Changed in imagep:
importance: Undecided → Low
Revision history for this message
Tomio (tomio2009) wrote :

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).

Revision history for this message
Tomio (tomio2009) wrote :

Sorry, I meant: PeakFind(img, th, width)

Changed in imagep:
assignee: nobody → Tomio (tomio2009)
status: New → Confirmed
Tomio (tomio2009)
Changed in imagep:
status: Confirmed → Fix Released
Tomio (tomio2009)
tags: added: solved
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.