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-37316: Add Gaia DR3 to test_pipelines #76

Merged
merged 1 commit into from
Jul 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"brighterFatterKernel",
"defects",
"gaia_dr2_20200414",
"gaia_dr3_20230707",
"linearizer",
"ps1_pv3_3pi_20170110",
"sky",
Expand Down Expand Up @@ -187,6 +188,7 @@ def test_decam_drp_merian(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs={
"camera",
Expand All @@ -208,11 +210,13 @@ def test_decam_drp_merian(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs=COMMON_INPUTS
| {
"defects",
"gaia_dr2_20200414",
"gaia_dr3_20230707",
"linearizer",
"overscanRaw",
"ps1_pv3_3pi_20170110",
Expand All @@ -238,6 +242,7 @@ def test_hsc_drp_ci_hsc(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs=COMMON_INPUTS
| HSC_INPUTS
Expand Down Expand Up @@ -293,6 +298,7 @@ def test_hsc_drp_prod(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"},
expected_outputs=COMMON_OUTPUTS
Expand Down Expand Up @@ -341,6 +347,7 @@ def test_hsc_drp_rc2(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"},
expected_outputs=COMMON_OUTPUTS
Expand Down Expand Up @@ -408,6 +415,7 @@ def test_hsc_drp_rc2_subset(self):
[
("ps1_pv3_3pi_20170110", {"htm7"}, "Catalog", False),
("gaia_dr2_20200414", {"htm7"}, "Catalog", False),
("gaia_dr3_20230707", {"htm7"}, "Catalog", False),
],
expected_inputs=COMMON_INPUTS | HSC_INPUTS | {"fgcmLookUpTable"},
expected_outputs=COMMON_OUTPUTS
Expand Down