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

implementing a new assertion test for the Gaintemplate fitting #617

Open
wants to merge 1 commit into
base: toast3
Choose a base branch
from

Conversation

giuspugl
Copy link
Contributor

@giuspugl giuspugl commented Dec 5, 2022

this PR addresses the issues #613.

@giuspugl
Copy link
Contributor Author

giuspugl commented Dec 5, 2022

at the moment the test doesn't pass, mainly because :

  • an error on the size of the fitted gain_amplitudes calibration.template_matrix.templates[0].data['Calibrate_solve_amplitudes'] instance of
    class TemplateMatrix(Operator):
    (should be n_observations * n_detectors * n_polyorders instead there is an extra list of zeros )
  • calibration.template_matrix.templates[0].data['temp_LHS'] has only data from 1 detector (am running the test serially )
  • why does calibration.template_matrix.templates[0].data['temp_LHS'] have 1/K units ?

@giuspugl giuspugl changed the title implementing a new assertion test implementing a new assertion test for the Gaintemplate fitting Dec 6, 2022
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

Successfully merging this pull request may close these issues.

1 participant