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

fill default params

parent 178a772a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ default_args = dict(
        obs_group="W2",
        obs_id="10100232366",
        detector="09",
        pmapname="",
        ref_cat="",
        pmapname="csst_000094.pmap",
        ref_cat="trilegal_093",
        batch_id="airflow-batch",
        priority=1,
        priority="1",
    ),
    **TRIGGER_DEFAULT_ARGS,
)