eblur / pyxsis

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

Stacking is now a function instead of a class #14

Closed eblur closed 7 years ago

eblur commented 7 years ago

To stack a set of spectra, the user needs to provide a template file (for which the ARF and RMF will be used) and then a list of spectra.

The counts values from the template file will not be preserved.

If you want to include the template file in the stacking, a separate copy should be included in the list of spectra.