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
d06b0a5c
Commit
d06b0a5c
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
update path_aux in dm.quick_start()
parent
5fbba09a
dev
main
wangxia-main-patch-87026
zhaobowei-main-patch-61353
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/data_manager.py
+2
-2
csst_common/data_manager.py
with
2 additions
and
2 deletions
+2
-2
csst_common/data_manager.py
+
2
-
2
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
))
...
...
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