Commit 7ed7294a authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add inttest.md

parent 0c33f31e
## CPIC
查看数据集
```bash
python -m csst_dag.cli.inspect \
--level=0 \
--dataset=csst-cpic-c11-hip71681-v1 \
--instrument=CPIC \
--obs-type=SCI \
--obs-group=hip71681
```
查看可触发的DAG任务
```shell
python -m csst_dag.cli.csst_cpic_l1 \
--dataset=csst-cpic-c11-hip71681-v1 \
--instrument=CPIC \
--obs-type=SCI \
--obs-group=hip71681 \
--batch-id=test-b1
```
提交可触发的DAG任务
```shell
python -m csst_dag.cli.csst_cpic_l1 \
--dataset=csst-cpic-c11-hip71681-v1 \
--instrument=CPIC \
--obs-type=SCI \
--obs-group=hip71681 \
--batch-id=test-b1 \
--submit
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment