NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

Change calibrate function to allow intensity normalization. #30

Closed mpmdean closed 6 years ago

mpmdean commented 6 years ago

The calibrate function can now normalize the intensity.

A previous part of the plotting code manually removing ticks is removed as this is not needed if the function is used properly"

    cax.set_xticks([])  
    cax.set_yticks([])
codecov-io commented 6 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   43.26%   43.26%           
=======================================
  Files           3        3           
  Lines         282      282           
=======================================
  Hits          122      122           
  Misses        160      160

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 487ed49...98757db. Read the comment docs.