ePSIC-DLS / particlespy

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

Added x and y coordinates of particle to properties as property "centroid" #35

Closed TomSlater closed 4 years ago

TomSlater commented 4 years ago

This pull request adds a new property, "centroid", to the automatically determined properties.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8093372). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #35   +/-   ##
=========================================
  Coverage          ?   67.86%           
=========================================
  Files             ?       15           
  Lines             ?      809           
  Branches          ?        0           
=========================================
  Hits              ?      549           
  Misses            ?      260           
  Partials          ?        0
Impacted Files Coverage Δ
ParticleSpy/ParticleAnalysis.py 73.88% <100%> (ø)
ParticleSpy/tests/test_particle_analysis.py 100% <100%> (ø)
TomSlater commented 4 years ago

Property changed to separate x and y coordinates in order to assist with plotting and for use with external tracking package.