From ca36eae0f404a3bef3f0a232de38f3d3a381a0bf Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Sun, 31 Dec 2023 11:11:58 +0800 Subject: [PATCH] build_id to build --- csst_dfs_api/facility/level1.py | 4 ++-- csst_dfs_api/facility/level2.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/csst_dfs_api/facility/level1.py b/csst_dfs_api/facility/level1.py index 12d6a64..dc563d6 100644 --- a/csst_dfs_api/facility/level1.py +++ b/csst_dfs_api/facility/level1.py @@ -25,7 +25,7 @@ class Level1DataApi(object): dec_cen: float = None, radius_cen: float = None pipeline_id: [str] - build_id: [int] + build: [int] detector_no: [str] filter: [str] object_name: [str] @@ -111,7 +111,7 @@ class Level1DataApi(object): prc_time : [str] pipeline_id : [str] pmapname : [str] - build_id : [str] + build : [str] :returns: csst_dfs_common.models.Result ''' diff --git a/csst_dfs_api/facility/level2.py b/csst_dfs_api/facility/level2.py index ac4e322..36c4757 100644 --- a/csst_dfs_api/facility/level2.py +++ b/csst_dfs_api/facility/level2.py @@ -25,7 +25,7 @@ class Level2DataApi(object): prc_status : [int], import_status : [int], filename: [str], - build_id : [int], + build : [int], pipeline_id: [str], limit: limits returns the number of records,default 0:no-limit @@ -124,7 +124,7 @@ class Level2DataApi(object): prc_status : [int] prc_time : [str] pipeline_id : [str] - build_id : [int] + build : [int] :returns: csst_dfs_common.models.Result ''' -- GitLab