csst-msc-l1-mbi.py 281 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
from csst_dag.constants import MSC_MBI_CHIPID

from csst_dfs_client import plan, level0

# python -m csst_dag.trigger.csst-msc-l1-mbi

result = plan.write_file("csst-msc-c9-50sqdeg-v3-plan/pointing_50_all.json")
print(result)

obs_type = "WIDE"
project_id = "None"
print(__file__)