Loading README.md +9 −0 Original line number Diff line number Diff line # `csst-dag` - `csst-dag` 是 CSST 数据处理的 DAG 任务匹配工具; - 通过指定数据和数据处理相关的参数得到一批可处理的 DAG 实例; - 用户需要通过 [`csst-pipeline-cli`](https://csst-tb.bao.ac.cn/code/csst-pipeline/csst-pipeline-cli) 来触发 DAG 任务的匹配和执行。 ## Installation 安装 ```shell pip install git+https://csst-tb.bao.ac.cn/code/csst-cicd/csst-dag.git ``` ## Usage 基本用法 ```python from csst_dag import CSST_DAGS Loading Loading
README.md +9 −0 Original line number Diff line number Diff line # `csst-dag` - `csst-dag` 是 CSST 数据处理的 DAG 任务匹配工具; - 通过指定数据和数据处理相关的参数得到一批可处理的 DAG 实例; - 用户需要通过 [`csst-pipeline-cli`](https://csst-tb.bao.ac.cn/code/csst-pipeline/csst-pipeline-cli) 来触发 DAG 任务的匹配和执行。 ## Installation 安装 ```shell pip install git+https://csst-tb.bao.ac.cn/code/csst-cicd/csst-dag.git ``` ## Usage 基本用法 ```python from csst_dag import CSST_DAGS Loading