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

Reading the resolution matrices after continuum fitting #48

Open
p-slash opened this issue Mar 29, 2023 · 1 comment
Open

Reading the resolution matrices after continuum fitting #48

p-slash opened this issue Mar 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@p-slash
Copy link
Owner

p-slash commented Mar 29, 2023

Reading the resolution matrix is a very time consuming IO operation. We should try some optimizations. Currently we are reading them in the beginning, but do not use them later in any operation except to save them in files. We can read them before coadding the valid spectra only in the forest region. This would limit reading to forest-only arms and forest-only wavelengths.

@p-slash p-slash added the enhancement New feature or request label Mar 29, 2023
@p-slash
Copy link
Owner Author

p-slash commented Apr 17, 2023

This has been implemented in #50 , but currently is disabled. Initial testing didn't show a significant speed up, but could be tested later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant