pyparty icon indicating copy to clipboard operation
pyparty copied to clipboard

Drawing and analyzing particles on images

Results 48 pyparty issues
Sort by recently updated
recently updated
newest added

From both black and white and gray, both are too hard.

Should have shortcut to plt.hist(), why not? It's easy enough, if not trivial. canvas.hist canvas.colorby would be a good one, with colorbar as parameter. add_descriptor needs to happen()

WARNING:pyparty.multi:Ignore set to None but was not found on image. Try this on nanolabels with ignore = 0.0, or no ignore: ``` from pyparty import MultiCanvas from pyparty.data import nanolabels...

minor bug

Hi I'm having some problems installing pyparty on ubuntu 14.04 with virtual env and pip. The main problem is that the current pyparty package in pypi has a requirement of...

https://mail.google.com/mail/u/1/?pli=1#inbox/148ad9d0ae96334f

Traceback (most recent call last): File "/home/adam/Desktop/pyparty/pyparty/logging_utils/logger.py", line 219, in _wraps return fcn(_args, *_kwargs) File "/home/adam/Desktop/pyparty/pyparty/scripts/objectmodeling/objecthunt.py", line 178, in run_main MPLOT('multihist', 'hist', 'multihistkwds', multidir) File "/home/adam/Desktop/pyparty/pyparty/scripts/objectmodeling/objecthunt.py", line 85, in wrapper...

bad bug

Ipython bug or .css issue? http://nbviewer.ipython.org/github/hugadams/pyparty/blob/master/examples/Notebooks/objecthunt_tutorial.ipynb

Canvas to CSV: Not sure about signature, but by default, should output several attributes, maybe all in region props. Maybe particle name, center (any other abstract properties implict to ALL...

Feature Request

So I have the following: to_normrgb (Takes colors, but not arrays) rgb2uint (takes arrays) any2rgb (takes arrays) For completeness, need a to_normgray or something. The only time I've needed this...

enhancement
refactor