Skip to content

Commit

Permalink
Add Gaia DR3 to test_pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsaunders committed Jul 20, 2023
1 parent e3432ed commit a846c5d
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit a846c5d

Please sign in to comment.