test_csst.py 458 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from csst_dag.csst import csst

csst.instruments

assert csst["msc"].n_detector == 38
assert csst["msc"].n_effective_detector == 30
assert csst["mci"].n_detector == 3
assert csst["mci"].n_effective_detector == 3
assert csst["ifs"].n_detector == 3
assert csst["ifs"].n_effective_detector == 3
assert csst["cpic"].n_detector == 2
assert csst["cpic"].n_effective_detector == 2
assert csst["hstdm"].n_detector == 2
assert csst["hstdm"].n_effective_detector == 2