eblur / pyxsis

Python code for manipulating high resolution X-ray spectra
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Change spectrum stacking to function instead of a class #12

Closed eblur closed 7 years ago

eblur commented 7 years ago

Change to a function that takes a template Spectrum object and a list of Spectrum objects, and stack them.

I think this would be more intuitive from a user standpoint than it is currently

eblur commented 7 years ago

See PR #14