Closed eblur closed 3 years ago
Right now I'm using isinstance to differentiate between a clarsach.XSpectrum object and a binspectrum.Spectrum object.
isinstance
clarsach.XSpectrum
binspectrum.Spectrum
Consider absorbing the plotting functionalities into the spectra themselves.
This is done by the functions provided in plot.py
Right now I'm using
isinstance
to differentiate between aclarsach.XSpectrum
object and abinspectrum.Spectrum
object.Consider absorbing the plotting functionalities into the spectra themselves.