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-pipeline
csst_common
Commits
96f260e6
Commit
96f260e6
authored
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
do nothing in DFS.__init__()
parent
9a42b5a2
dev
main
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/dfs.py
+3
-2
csst_common/dfs.py
with
3 additions
and
2 deletions
+3
-2
csst_common/dfs.py
+
3
-
2
View file @
96f260e6
...
...
@@ -8,6 +8,7 @@ Modified-History:
2023-07-08, Bo Zhang, implemented DFS
2023-07-11, Bo Zhang, updated DFS
2023-12-08, Bo Zhang, tweaks
2023-12-20, Bo Zhang, do nothing in DFS.__init__()
"""
from
csst_dfs_api.common.catalog
import
CatalogApi
...
...
@@ -22,8 +23,8 @@ from csst_dfs_api.sls.level2spectra import Level2SpectraApi as SlsLevel2DataApi
class
DFS
:
def
__init__
(
self
,
n_try
=
5
):
self
.
n_try
=
n_try
def
__init__
(
self
):
pass
# DFS APIs
@
property
...
...
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