Commit 986d0a45 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent a0f9f78b
......@@ -219,7 +219,7 @@ class CsstMsDataManager:
self.logger_mod = get_logger(name="CSST L1 Module Logger", filename=os.path.join(dir_l1, log_mod))
self.logger_mod.info("logger_mod initialized")
self.dfs_L1DataApi = Level0DataApi()
self.dfs_L0DataApi = Level0DataApi()
self.dfs_L1DataApi = Level1DataApi()
self.dfs_L0PrcApi = Level0PrcApi() # level0到level1的处理过程记录
self.dfs_CalApi = CalMergeApi() # 参考文件合并文件操作API
......
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