Closed astrofrog closed 7 years ago
@astrofrog - yep there was a reason - when this was built NDIOMixin
did not exist :wink: . Thanks for the heads-up I actually didn't know about this.
@wkerzendorf - np :) let me know if you need any help in defining the readers/writers!
@astrofrog yes definitely. Currently it seems also that modeling has changed again and it seems specutils has issues again. I'm also travelling, which doesn't help the issue :frowning:
Spectrum1D.from_fits and Spectrum1D.from_ascii should not exist - instead,
specutils
should be defining readers/writers via the unified I/O interface and registering them for theSpectrum1D
class.Spectrum1D
should inherit from theNDIOMixin
class to enable this.@wkerzendorf - was there a reason for not doing this that I am missing?