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
eb2e4ca8
Commit
eb2e4ca8
authored
Jun 08, 2024
by
Wei Shoulin
Browse files
doc
parent
7dd4c2b8
Pipeline
#5415
passed with stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api/facility/level0prc.py
View file @
eb2e4ca8
...
...
@@ -37,7 +37,7 @@ class Level0PrcApi(object):
''' insert a level0 procedure record into database
:param kwargs: Parameter dictionary, key items support:
level0_id : [
int
]
level0_id : [
str
]
pipeline_id : [str]
prc_module : [str]
run_id : [str]
...
...
csst_dfs_api/facility/level1.py
View file @
eb2e4ca8
...
...
@@ -112,8 +112,9 @@ class Level1DataApi(object):
:param kwargs: Parameter dictionary, key items support:
level0_id: [str]
module_id: [str]
detector_no: [str]
data
_type : [str]
file
_type : [str]
filename : [str]
file_path : [str]
prc_status : [int]
...
...
@@ -121,7 +122,7 @@ class Level1DataApi(object):
pipeline_id : [str]
pmapname : [str]
build : [str],
refs :
list[tuple]
for example:
[(
'dark'
,
'csst_msc_dark_001.rmap'
)
,
(
'bias'
,
'csst_msc_bias_001.rmap'
)
,
(
'flat'
,
'csst_msc_flat_001.rmap'
)]
refs :
dict
for example:
{
'dark'
:
'csst_msc_dark_001.rmap', 'bias'
:
'csst_msc_bias_001.rmap', 'flat'
:
'csst_msc_flat_001.rmap'
}
:returns: csst_dfs_common.models.Result
'''
...
...
csst_dfs_api/facility/level2type.py
View file @
eb2e4ca8
...
...
@@ -59,6 +59,7 @@ class Level2TypeApi(object):
demo_file_path : [str]
ra_column : [str]
dec_column : [str]
need_import : [int]
:returns: csst_dfs_common.models.Result
'''
...
...
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