From 62e2b49a8e6e0c5d81890d7eea707baeb8a9b25f Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Sat, 30 Dec 2023 20:34:26 +0800 Subject: [PATCH] add build_id --- csst_dfs_api/facility/level1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/csst_dfs_api/facility/level1.py b/csst_dfs_api/facility/level1.py index 6baddf5..06baffd 100644 --- a/csst_dfs_api/facility/level1.py +++ b/csst_dfs_api/facility/level1.py @@ -25,6 +25,7 @@ class Level1DataApi(object): dec_cen: float = None, radius_cen: float = None pipeline_id: [str] + build_id: [int] detector_no: [str] filter: [str] object_name: [str] -- GitLab