Commit 0581c0be authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

debug _id_data

parent a83a4c08
...@@ -43,6 +43,8 @@ LEVEL1_PARAMS = { ...@@ -43,6 +43,8 @@ LEVEL1_PARAMS = {
# special keys for data products # special keys for data products
"data_model": None, "data_model": None,
"batch_id": "default_batch", "batch_id": "default_batch",
"build": None,
"pmapname": None,
} }
# PROC_PARAMS = { # PROC_PARAMS = {
...@@ -504,6 +506,7 @@ class Dispatcher: ...@@ -504,6 +506,7 @@ class Dispatcher:
], ],
join_type="inner", join_type="inner",
) )
print(this_data_obsid_file.colnames)
this_data_obsid_plan = table.join( this_data_obsid_plan = table.join(
this_data_obsid, this_data_obsid,
relevant_plan, relevant_plan,
......
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