ePSIC-DLS / particlespy

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

Add bounding box and associated values to particle properties #64

Closed TomSlater closed 3 years ago

TomSlater commented 3 years ago

Added the tuple defining a bounding box, the bounding box area and the diagonal length of a bounding box to particle properties.

codecov[bot] commented 3 years ago

Codecov Report

Merging #64 (184d6cb) into master (263a83d) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   86.29%   86.45%   +0.15%     
==========================================
  Files          15       15              
  Lines         978      989      +11     
==========================================
+ Hits          844      855      +11     
  Misses        134      134              
Impacted Files Coverage Δ
ParticleSpy/ParticleAnalysis.py 93.30% <100.00%> (+0.12%) :arrow_up:
ParticleSpy/ptcl_class.py 86.41% <100.00%> (+0.16%) :arrow_up:
ParticleSpy/tests/test_particle_analysis.py 100.00% <100.00%> (ø)