-
Notifications
You must be signed in to change notification settings - Fork 43
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
[WIP]: Add TA monitor for NIRCam, NIRISS, MIRI #1292
base: develop
Are you sure you want to change the base?
Conversation
Hello @bhilbert4, Thank you for updating !
Comment last updated at 2023-12-18 19:09:05 UTC |
Note that the edb code will need to be tweaked to look for rowCen and colCen, rather than rowCentroid and colCentroid, per the email from Mario and Neville. See JWSTOSS-8045 for details. |
Add the TA monitor, with requirements specified by our meeting with the instrument teams and coronagraphy working group. The code is still under heavy development. At the moment the general layout for the non-coronagraphy TA monitor is nearly there. The coronagraphic TA monitor work will copy and extend the non-coronagraphic functionality.
Development on plot creation also has not started. Plots need to be made using straight Bokeh, rather than Bokeh templating, which has been effectively deprecated for a while.
This PR replaces #1278