Source code for autowisp.tests.test_fit_source_extracted_psf_map
"""Define test case for the fit_source_extracted_psf_map step."""
from autowisp.tests.h5_test_case import H5TestCase
[docs]
class TestFitSourceExtractedPSFMap(H5TestCase):
"""Tests of the fit_source_extracted_psf_map step."""
[docs]
def test_fit_source_extracted_psf_map(self):
"""Run the fit_source_extracted_psf_map step and check the outputs."""
self.run_step_test(
"fit_source_extracted_psf_map",
"DR",
["SourceExtraction/Version000/PSFMap"],
)