Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. set gain > 0 2. take picture What is the expected output? What do you see instead? Image should have continuity from...
``` Currently the 'brightness threshold' for detecting objects is hardcoded. Enable control of the value through the UI. Enable it only if the users selects to retrieve objects Save/load threshold...
``` What steps will reproduce the problem? 1. Click the close box on the UI window What is the expected output? What do you see instead? UI should quit cleanly...
``` Combo box on GUI for getting pixels, objects, or both from the AVR is currently non-functional. ``` Original issue reported on code.google.com by `shimniok` on 9 Sep 2010 at...
``` I am trying to use Pyminuit to iterate the richardson lucy(RL) algorithm as a possible method of image deconvolution. However I am getting a few errors through migrad(). I...
``` What steps will reproduce the problem? 1. Create some function with a parameter whose name is greater than 10 characters 2. Try to run a minimization example: >>> import...
``` >>>I extracted both he Minuit-1_7_9 & pyminuit to the home/user location (user = my name), i.e now I have the directories /home/user/Minuit-1_7_9 & /home/user/pyminuit. Then, after "cd ../pyminuit" command,...
``` What steps will reproduce the problem? 1. set up FCN to be a function of e.g. xa and xb 2. try migrad() on it 3. find a KeyError e.g....
``` What steps will reproduce the problem? 1. from minuit import * 2. 3. What is the expected output? What do you see instead? Expected output should be nothing (no...
``` What steps will reproduce the problem? install What is the expected output? What do you see instead? I get warning messages: sudo python setup.py install ******************************************************************************** **************** Assuming Minuit...