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

Make image_to_spectrum catch and not forgive mistakes with background #41

Closed mpmdean closed 5 years ago

mpmdean commented 5 years ago

@bisogni and @ambarb requested that image_to_spectrum Does not forgive instances where the background subtraction fails.

In this pull request image_to_spectrum will be silent is the data flow proceeds with or without a sucessful background subtration. Otherwise, it will throw an error.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   46.45%   46.45%           
=======================================
  Files           3        3           
  Lines         282      282           
=======================================
  Hits          131      131           
  Misses        151      151

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 c545a58...0e9b9c5. Read the comment docs.

awalter-bnl commented 5 years ago

It has been in for a while, merging this.