ePSIC-DLS / particlespy

Package for analysing particles in electron microscopy data sets.
GNU General Public License v3.0
19 stars 9 forks source link

Changing how particle properties work and adding new properties / measures #11

Closed TomSlater closed 5 years ago

TomSlater commented 5 years ago

This PR changes how particle properties work and adds new particle properties.

Particle properties are now stored as a dictionary under particle.properties rather than as separate class properties.

I have added eccentricity, major and minor axes lengths and the equivalent circular diameter as new particle properties.

Updated plotting of particle lists and added a new plot() function that takes a particle property as an argument to plot any property.

TomSlater commented 5 years ago

This adds different measures of particle diameter, addressing #8 .