From 58defda454fc8fb517a7ecda61fff8bb2dc63ad8 Mon Sep 17 00:00:00 2001 From: weichengliang Date: Tue, 9 Jan 2024 15:06:08 +0800 Subject: [PATCH] update unittest readme --- tests/PSFInterpTest/readme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/PSFInterpTest/readme diff --git a/tests/PSFInterpTest/readme b/tests/PSFInterpTest/readme new file mode 100644 index 0000000..4eca40e --- /dev/null +++ b/tests/PSFInterpTest/readme @@ -0,0 +1,7 @@ +unittest of PSF module: + --test_loadPSFSet.py + --testdata: S30x30_psfCube_1.h5 config_test.yaml + --test_PSFInterpModule_coverage.py + --testdata: S30x30_psfCube_1.h5 S20x20_psfCube_1.h5 config_test.yaml + --test_Convolve.py + --testdata: ccd1-w1 -- GitLab