brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
https://brisvag.github.io/blik/
GNU General Public License v3.0
23 stars 8 forks source link

automatically add scale bar with peepingtom unit #87

Closed brisvag closed 3 years ago

brisvag commented 3 years ago

Peepingtom uses Angstroms as default unit. It's a bit complicated to get this to use Angrom without getting ugly stuff like kA, so using nanometers is fine for now.

codecov[bot] commented 3 years ago

Codecov Report

Merging #87 (b6d67d3) into develop (db47ff9) will increase coverage by 0.12%. The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #87      +/-   ##
===========================================
+ Coverage    83.27%   83.39%   +0.12%     
===========================================
  Files          100      100              
  Lines         2200     2204       +4     
===========================================
+ Hits          1832     1838       +6     
+ Misses         368      366       -2     
Impacted Files Coverage Δ
peepingtom/gui/viewer.py 63.15% <75.00%> (+0.65%) :arrow_up:
peepingtom/peeper.py 77.58% <0.00%> (+1.29%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0776472...b6d67d3. Read the comment docs.