-
Implement the pseudo inverse such that the WFR function generates the correct output.
-
As a continuation of the discussion in #6 I have some questions regarding the open-loop simulation:
1. Would it be nice to have a time element in the open-loop simulation as well? (That we run the sim…
-
To speed up the Zernike moments (and perhaps other) calculations, we need simpler surface mesh patches than the thousands of nodes in our label and sulcus meshes. One way is to decimate the meshes (w…
-
Hi,
We have recently installed CP on our cluster (ReleaseRxxx) and we were using it for a while till lately we noticed there was a problem with the outputs. We are exporting the results in .mat file …
-
Cluster run produces following error (among others, see attached output text file)
Could not load cellprofiler.modules.enhanceorsuppressfeatures
Traceback (most recent call last):
File "/imaging/a…
-
Looking at the output of 2to3, the mahotas code could be made compatible with Python 2.6 to 3.3 with few changes. Most changes are xrange->range. A few import, print and raise statements need to be up…
-
dd687ed6d6cfb7e914c0a93e12a050c105d6db08 added a TransferPool to HostedObject. Each TransferPool currently allocates a thread, so we now are allocating 1 thread per object. This is expensive and proba…