Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
1fff4a73
Commit
1fff4a73
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
update inttest.md: add MSC CPIC HSTDM test cases
parent
5cb0e1ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
inttest.md
View file @
1fff4a73
# CSST集成测试
## MSC
### 1000 平方度宽场测试天区 50个指向
batch list:
-
`1000sqdeg-test-b1`
: 第一版,流量定标没更新
-
`1000sqdeg-test-b2`
: 第二版,流量定标更新, 测光解决了PSF无法读取的问题
```
bash
python
-m
csst_dag.cli.csst_msc_l1
\
--dataset
=
csst-msc-c11-1000sqdeg-wide-test-v1
\
--instrument
=
MSC
\
--batch-id
=
1000sqdeg-test-b2
\
--ref-cat
=
trilegal_1000_w1
\
--submit
```
### 25 平方度宽场
-
`25sqdeg-test-b1`
: 测试版,只跑了W1一部分
-
`25sqdeg-test-b2`
: 第二版,跑了W1-5,但是没跑第一批已经处理的
-
`25sqdeg-test-b3`
: 第三版,跑了W5所有
```
bash
python
-m
csst_dag.cli.csst_msc_l1
\
--dataset
=
csst-msc-c9-25sqdeg-v3
\
--instrument
=
MSC
\
--obs-group
=
W5
\
--batch-id
=
25sqdeg-test-b3
\
--ref-cat
=
trilegal_093
\
--submit
```
## CPIC
查看数据集
...
...
@@ -31,3 +65,26 @@ python -m csst_dag.cli.csst_cpic_l1 \
--batch-id
=
test-b1
\
--submit
```
## HSTDM
查看数据集
```
bash
python
-m
csst_dag.cli.inspect
\
--level
=
0
\
--dataset
=
csst-hstdm-c11-stare-sis1-v1
\
--instrument
=
HSTDM
```
查看可触发的DAG任务
```
shell
python
-m
csst_dag.cli.csst_hstdm_l1
\
--dataset
=
csst-hstdm-c11-stare-sis1-v1
\
--instrument
=
HSTDM
\
--obs-type
=
STARE
\
--obs-group
=
default
\
--batch-id
=
test-b1
\
--force
\
--submit
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment