APS-4ID-POLAR / polartools

Python package to read and process data from the APS Polar beamline.
https://polartools.readthedocs.io/en/latest/
Other
2 stars 2 forks source link

Plot 2d #36

Closed strempfer closed 3 years ago

strempfer commented 3 years ago

Add functions plot_2d and load_series to diffraction. Allows plotting of series of individual scans as function of variable.

codecov-io commented 3 years ago

Codecov Report

Merging #36 (10f7a51) into main (f24d50f) will decrease coverage by 12.93%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #36       +/-   ##
===========================================
- Coverage   68.69%   55.75%   -12.94%     
===========================================
  Files           6        6               
  Lines         543      669      +126     
===========================================
  Hits          373      373               
- Misses        170      296      +126     
Impacted Files Coverage Δ
polartools/diffraction.py 0.00% <0.00%> (ø)

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 f24d50f...0ca67bb. Read the comment docs.

strempfer commented 3 years ago

No idea why Mr Codacy thinks load_series is too complex