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-pipeline
csst_common
Commits
fba83d1e
Commit
fba83d1e
authored
Nov 03, 2022
by
BO ZHANG
🏀
Browse files
added dm.get_axeconf()
parent
e0ce912f
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
fba83d1e
...
...
@@ -183,6 +183,8 @@ class CsstMsDataManager:
# record hard code names in history
self
.
hardcode_history
=
[]
self
.
n_jobs
=
18
# DFS APIs
# self.l1api = Level1DataApi()
...
...
@@ -378,6 +380,12 @@ class CsstMsDataManager:
else
:
return
self
.
path_aux
.
format
(
detector
,
"flat"
)
def
get_axeconf
(
self
):
if
os
.
uname
()[
1
]
==
"dandelion"
:
return
"/home/csstpipeline/L1Pipeline/aux/axeconf"
else
:
return
""
def
l1_file
(
self
,
name
=
""
,
comment
=
""
):
""" L1 file path
...
...
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