Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor instrument specific reading code to live on the associated spectrogram class #102

Open
samaloney opened this issue Oct 10, 2023 · 0 comments

Comments

@samaloney
Copy link
Contributor

Describe the feature

Spectrogram was heavily inspired/based off sunpy map where the sources are nearly always fits files or similar so it made sense to have centralised code to read these. The radio data comes in an array of different files/formats custom binary, fits, txt, and cdf for example and even in the same format the data may be stored differently. It would be better to move the instrument specific code to the instrument specific spectrogram classes, then the spectrogram_factory only does enough to figure out which instrument the data are from and passes the data off.

Proposed solution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant