diff --git a/csst_mci_sim/__pycache__/csst_mci_sim.cpython-311.pyc b/csst_mci_sim/__pycache__/csst_mci_sim.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..793725e65e90b33bd92e390086852edc8d7fd409 Binary files /dev/null and b/csst_mci_sim/__pycache__/csst_mci_sim.cpython-311.pyc differ diff --git a/csst_mci_sim/mci_so/__pycache__/__init__.cpython-311.pyc b/csst_mci_sim/mci_so/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0cfa51aed7d5e0c7e2f8fe2ac372f8698db5cfe Binary files /dev/null and b/csst_mci_sim/mci_so/__pycache__/__init__.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/MCIinstrumentModel.cpython-311.pyc b/csst_mci_sim/support/__pycache__/MCIinstrumentModel.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3edfb62546b041fc24ff35024dec605978f5cc24 Binary files /dev/null and b/csst_mci_sim/support/__pycache__/MCIinstrumentModel.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/__init__.cpython-311.pyc b/csst_mci_sim/support/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15e38979bd24b4bb93b9ac94441d99eae69c11fb Binary files /dev/null and b/csst_mci_sim/support/__pycache__/__init__.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/cosmicrays.cpython-311.pyc b/csst_mci_sim/support/__pycache__/cosmicrays.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a7890a7f3f804c09b604251ebce60a62bcc77f Binary files /dev/null and b/csst_mci_sim/support/__pycache__/cosmicrays.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/logger.cpython-311.pyc b/csst_mci_sim/support/__pycache__/logger.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1896255c6b9a0b7d3bc2f94f8b624fb24ec08e0 Binary files /dev/null and b/csst_mci_sim/support/__pycache__/logger.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/sed.cpython-311.pyc b/csst_mci_sim/support/__pycache__/sed.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a2d96a9be375b33043f46ee12d3a32d17e63326 Binary files /dev/null and b/csst_mci_sim/support/__pycache__/sed.cpython-311.pyc differ diff --git a/csst_mci_sim/support/__pycache__/shao.cpython-311.pyc b/csst_mci_sim/support/__pycache__/shao.cpython-311.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c309a7000cd8ea0f520139b29df2cc777a54ea2 Binary files /dev/null and b/csst_mci_sim/support/__pycache__/shao.cpython-311.pyc differ diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index a39b9d2e5c5e67b9ee1d617400dc34b1e038fc49..3288b54c2b9a43c964b4eba4143468ebbcc5334b 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -42,7 +42,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = './csst_mci_sim/mci_data/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_C10.config' sourcein = 'EXDF' print(configfile) @@ -85,7 +85,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = './csst_mci_sim/mci_data/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_C10.config' sourcein = 'STAR' print(configfile) @@ -128,7 +128,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = './csst_mci_sim/mci_data/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_C10.config' sourcein = 'BIAS' print(configfile) @@ -171,7 +171,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = './csst_mci_sim/mci_data/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_C10.config' sourcein = 'DARK' print(configfile) @@ -214,7 +214,7 @@ class TestDemoFunction(unittest.TestCase): # current_path = os.getcwd() # print("当前路径:", current_path) - configfile = './csst_mci_sim/mci_data/mci_all_9K.config' + configfile = './csst_mci_sim/mci_data/mci_C10.config' sourcein = 'FLAT' print(configfile)