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
d06b0a5c
Commit
d06b0a5c
authored
Jan 10, 2023
by
BO ZHANG
🏀
Browse files
update path_aux in dm.quick_start()
parent
5fbba09a
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
d06b0a5c
...
...
@@ -564,11 +564,11 @@ class CsstMsDataManager:
elif
hostname
==
"ubuntu"
and
datatype
==
"mbi"
:
dir_l0
=
"/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/"
\
"NGP_AstrometryON_shearOFF/MSC_{:07d}/"
.
format
(
exposure_id
)
path_aux
=
"/
data/sim_data/MSC_0000100/ref/MSC_{}_*_{:02d}_combine.fits
"
path_aux
=
"/
L1Pipeline/aux
"
elif
hostname
==
"ubuntu"
and
datatype
==
"sls"
:
dir_l0
=
"/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/"
\
"NGP_AstrometryON_shearOFF_Spec/MSC_{:07d}/"
.
format
(
exposure_id
)
path_aux
=
""
path_aux
=
"
/L1Pipeline/aux
"
else
:
raise
ValueError
(
"@DM: invalid hostname {} or datatype {}!"
.
format
(
hostname
,
datatype
))
...
...
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