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

Bias monitor failure from recent shared tasks update #1297

Merged

Conversation

bhilbert4
Copy link
Collaborator

The bias monitor is failing after the recent shared tasks updates in #1262

One problem that popped up immediately is that the pipeline calls for the bias monitor appeared to be feeding the wrong short filename into the pipeline code. It turns out that the bias monitor extracts the 0th group from each input file and places it in a new file with the suffix _uncal_0thgroup.fits. Having the "0thgroup" string after uncal was screwing up the new line in shared tasks that was supposed to return the "short name" of the file (e.g. jw01068001001_02101_00001_nrcb2). This fixes that issue.

Still checking to see if there are any other fixes that need to be made.

@bhilbert4 bhilbert4 self-assigned this Aug 1, 2023
@bhilbert4 bhilbert4 linked an issue Aug 1, 2023 that may be closed by this pull request
@bhilbert4 bhilbert4 changed the title Bias monitor failure from recent shared tasks update [WIP]: Bias monitor failure from recent shared tasks update Aug 2, 2023
@bhilbert4 bhilbert4 changed the title [WIP]: Bias monitor failure from recent shared tasks update Bias monitor failure from recent shared tasks update Aug 2, 2023
@bhilbert4
Copy link
Collaborator Author

Ok, I think this is working. My limited test using one nircam aperture worked well. I'm currently running a full test across all instruments and apertures, to be sure I'm not missing anything that is instrument-dependent. So far that test is running well (on the dev server), so I'm optimistic that everything will be fine. In the meantime, @mfixstsci I think this is ready for review.

@bhilbert4
Copy link
Collaborator Author

The full test on the dev server completed successfully, and the resulting bias monitor pages look good. Now officially ready for review. @mfixstsci

Copy link
Collaborator

@mfixstsci mfixstsci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bhilbert4 this looks great!

@mfixstsci mfixstsci merged commit d5a6dbe into spacetelescope:develop Aug 3, 2023
6 checks passed
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.

Bias monitor failing after shared tasks update
2 participants