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

Setup Notebook for Spectral Extraction Testing #991

Open
bjfultn opened this issue Dec 11, 2024 · 0 comments
Open

Setup Notebook for Spectral Extraction Testing #991

bjfultn opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@bjfultn
Copy link
Collaborator

bjfultn commented Dec 11, 2024

It would be very valuable for someone to have a notebook set up which allows testing, debugging, and optimization of different spectral extraction techniques. To build this I would start by using the regression tests as examples:

  • tests/regression/test_optimal_extraction.py
  • tests/regression/test_optimal_extraction_recipe.py

test_optimal_extraction.py runs the algorithm directly in Python and test_optimal_extraction_recipe.py runs it from a recipe which is defined as a string within that file.

Once you have a notebook that allows you to run the code on a single file then you can start testing the different extraction methods and debugging the algorithms. The algorithm code should all be contained in modules/spectral_extraction/src/alg.py

@sealauren sealauren self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants