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

DM-23616: Run converted ap_verify testdata through gen3 pipeline #135

Merged
merged 9 commits into from Mar 26, 2020

Conversation

kfindeisen
Copy link
Member

This PR changes obs_decam configuration files to be appropriate for Gen 3. It also performs some general cleanup inspired by discussion on #dm-alert-prod.

This allows runs of CharacterizeImageTask to take advantage
of DECam defaults without affecting runs of ProcessCcdTask.
This allows runs of CalibrateTask to take advantage of DECam
defaults without affecting runs of ProcessCcdTask.
Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

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

Yay deprecation!

@@ -0,0 +1,20 @@
"""
DECam-specific overrides for CalibrateTask
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for this header docstring. All our config specializations should have this.

kfindeisen and others added 7 commits March 26, 2020 15:42
The override was proactively added on DM-11521 for
backward-compatibility, but was never actually used (because all
DECam processing used the CP config). We don't want historical
overrides that aren't actually justified by DECam-specific needs.
The config was once needed to correctly process data with CP
calibrations, but the standard IsrTask now handles this case
correctly. Having two config files for ProcessCcd has led to
some bit rot and is best avoided.
The config file now sets both Gen 2-style config names (which are
read by runDataRef) and Gen 3-style connections, ensuring they are
equal (which is not validated by IsrTask).
The previous version of the string printed literal whitespace at
unexpected points.
@kfindeisen kfindeisen merged commit 4648504 into master Mar 26, 2020
@kfindeisen kfindeisen deleted the tickets/DM-23616 branch March 26, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants