Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
doc
parent
7dd4c2b8
main
No related merge requests found
Pipeline
#5415
passed with stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
csst_dfs_api/facility/level0prc.py
+1
-1
csst_dfs_api/facility/level0prc.py
csst_dfs_api/facility/level1.py
+3
-2
csst_dfs_api/facility/level1.py
csst_dfs_api/facility/level2type.py
+1
-0
csst_dfs_api/facility/level2type.py
with
5 additions
and
3 deletions
+5
-3
csst_dfs_api/facility/level0prc.py
+
1
-
1
View file @
eb2e4ca8
...
@@ -37,7 +37,7 @@ class Level0PrcApi(object):
...
@@ -37,7 +37,7 @@ class Level0PrcApi(object):
''' insert a level0 procedure record into database
''' insert a level0 procedure record into database
:param kwargs: Parameter dictionary, key items support:
:param kwargs: Parameter dictionary, key items support:
level0_id : [
int
]
level0_id : [
str
]
pipeline_id : [str]
pipeline_id : [str]
prc_module : [str]
prc_module : [str]
run_id : [str]
run_id : [str]
...
...
This diff is collapsed.
Click to expand it.
csst_dfs_api/facility/level1.py
+
3
-
2
View file @
eb2e4ca8
...
@@ -112,8 +112,9 @@ class Level1DataApi(object):
...
@@ -112,8 +112,9 @@ class Level1DataApi(object):
:param kwargs: Parameter dictionary, key items support:
:param kwargs: Parameter dictionary, key items support:
level0_id: [str]
level0_id: [str]
module_id: [str]
detector_no: [str]
detector_no: [str]
data
_type : [str]
file
_type : [str]
filename : [str]
filename : [str]
file_path : [str]
file_path : [str]
prc_status : [int]
prc_status : [int]
...
@@ -121,7 +122,7 @@ class Level1DataApi(object):
...
@@ -121,7 +122,7 @@ class Level1DataApi(object):
pipeline_id : [str]
pipeline_id : [str]
pmapname : [str]
pmapname : [str]
build : [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
:returns: csst_dfs_common.models.Result
'''
'''
...
...
This diff is collapsed.
Click to expand it.
csst_dfs_api/facility/level2type.py
+
1
-
0
View file @
eb2e4ca8
...
@@ -59,6 +59,7 @@ class Level2TypeApi(object):
...
@@ -59,6 +59,7 @@ class Level2TypeApi(object):
demo_file_path : [str]
demo_file_path : [str]
ra_column : [str]
ra_column : [str]
dec_column : [str]
dec_column : [str]
need_import : [int]
:returns: csst_dfs_common.models.Result
:returns: csst_dfs_common.models.Result
'''
'''
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets