eblur / pyxsis

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

Test xpysis with an ACIS spectrum #13

Open eblur opened 7 years ago

eblur commented 7 years ago

See if plotting and background stuff will work with an ACIS spectrum

eblur commented 7 years ago

I adjusted my local copy (Macbook Air) of clarsach to load ACIS spectra.

However, the xpysis.BkgSpectrum class has its own methods for reading files. I need to change xpysis._read_other method to account for the fact that the ACIS .pi files don't have a BIN_LO or BIN_HI fields.

eblur commented 7 years ago

I started a git branch "acis_bkg"