-
Notifications
You must be signed in to change notification settings - Fork 0
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
tickets/DM-43313: Add danish to ts_imsim #36
Conversation
80eeb36
to
ae9b9d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the update! Do you have a plot showing that both with "tie" and "danish" the default loop converges just fine?
@@ -1037,8 +1062,12 @@ def run_img( | |||
Raw seeing in arcsec. | |||
imsim_log_file : str | |||
Location to save imsim log output. | |||
wep_estimator_method : str | |||
Specify the method used to calculate Zernikes in ts_wep. | |||
Options are "Tie" or "danish". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that "Tie" starts from uppercase, and "danish" does not? Would it hurt to use "tie" and "danish"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, reading below I think it's just a typo, as add_argument
has tie
and danish
as I suspected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, typo. Thanks for the catch. Fixed now.
Add wep_estimator option to img_closed_loop to enable switching between tie and danish in WEP.
ae9b9d0
to
aab4e2f
Compare
For convergence plots see the document here: https://confluence.lsstcorp.org/display/LTS/WEP+Estimation+Algorithms |
Add wep_estimator option to img_closed_loop to enable switching between tie and danish in WEP.