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

debug _id_data

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