wtbarnes / mocksipipeline

Pipeline for producing synthetic images from the Multi-Order Spectral Imager (MOXSI)
MIT License
3 stars 1 forks source link

Refactor `Channel` classes to include both filtergrams and spectrograms #19

Closed wtbarnes closed 9 months ago

wtbarnes commented 9 months ago

Currently, there is a separate class for dealing with the dispersed channels, SpectrogramChannel. Instead, this should all be combined into a single Channel class. This is also related to #18.