Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api
Commits
5d44851f
Commit
5d44851f
authored
Jun 27, 2023
by
Wei Shoulin
Browse files
add object_name
parent
d9042be9
Changes
4
Hide whitespace changes
Inline
Side-by-side
csst_dfs_api/facility/level1.py
View file @
5d44851f
...
...
@@ -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
...
...
csst_dfs_api/functional/m
sc
.py
→
csst_dfs_api/functional/m
bi
.py
View file @
5d44851f
File moved
tests/mbi/test_mbi_level2.py
View file @
5d44851f
...
...
@@ -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'
,
...
...
tools/csst-dfs-api-install.sh
View file @
5d44851f
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment