Commit fa1425dd authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add pipeline_id

parent b18053f1
......@@ -44,6 +44,7 @@ class Level1DataApi(object):
prc_status = get_parameter(kwargs, "prc_status", 1024),
filename = get_parameter(kwargs, "filename"),
limit = get_parameter(kwargs, "limit", 0),
pipeline_id = get_parameter(kwargs, "pipeline_id", ""),
detector_no = get_parameter(kwargs, "detector_no", ""),
other_conditions = {
"ra_cen": str(get_parameter(kwargs, "ra_cen", '')),
......
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