Commit 5d44851f authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add object_name

parent d9042be9
......@@ -26,6 +26,7 @@ class Level1DataApi(object):
pipeline_id: [str],
detector_no: [str],
filter: [str],
object_name: [str],
limit: limits returns the number of records,default 0:no-limit
:returns: csst_dfs_common.models.Result
......
......@@ -15,6 +15,10 @@ class MBILevel2DataTestCase(unittest.TestCase):
create_time = ("2022-06-15 11:12:13","2022-06-16 11:12:13"))
print('find:', recs)
def test_find_existed_brick_ids(self):
recs = self.api.find_existed_brick_ids()
print('find_existed_brick_ids:', recs)
def test_catalog_query(self):
result = self.api.catalog_query(
obs_id = '100000133',
......
......@@ -12,15 +12,15 @@ pip uninstall csst-dfs-api -y
echo "Installing CSST DFS API with Version:$version"
echo "➡==============================================="
echo " 🛰 1️⃣/5️⃣"
echo " 🛰 1️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-commons.git$version
echo " 🛰 2️⃣/5️⃣"
echo " 🛰 2️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-proto-py.git$version
echo " 🛰 3️⃣/5️⃣"
echo " 🛰 3️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local.git$version
echo " 🛰 4️⃣/5️⃣"
echo " 🛰 4️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-cluster.git$version
echo " 🛰 5️⃣/5️⃣"
echo " 🛰 5️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api.git$version
echo "➡==============================================="
echo "🇨🇳🇨🇳🇨🇳🚀🚀🚀Done!"
\ No newline at end of file
echo "🇨🇳 🇨🇳 🇨🇳 🚀 🚀 🚀 Done!"
\ No newline at end of file
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