Commit d4f02bc5 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent c519c40d
...@@ -3,5 +3,7 @@ ...@@ -3,5 +3,7 @@
Docker image for csst-echo pipeline. Docker image for csst-echo pipeline.
```shell ```shell
docker run csst-echo python /pipeline/app/run.py '{"dag_run": "12345"}' docker run \
csu-harbor.csst.nao:10443/csst/csst-echo \
python /pipeline/app/run.py '{"dag_run": "12345"}'
``` ```
...@@ -14,8 +14,8 @@ p = Pipeline( ...@@ -14,8 +14,8 @@ p = Pipeline(
pipeline_log="pipeline.log", pipeline_log="pipeline.log",
clean_output_before_run=True, clean_output_before_run=True,
filter_warnings=False, filter_warnings=False,
dfs=True, dfs=False,
ccds=True, ccds=False,
) )
p.info() p.info()
......
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