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
e39ba052
Commit
e39ba052
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
fixed bugs in paths
parent
3cabe1e7
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 @
e39ba052
...
...
@@ -330,8 +330,8 @@ class CsstMbiDataManager:
# dandelion node
dir_l0
=
"/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/"
\
"NGP_AstrometryON_shearOFF/MSC_{:07d}/"
.
format
(
exposure_id
)
path_aux
=
"/data/
L1Pipeline/msc/ref
/MSC_{}_*_{:02d}_combine.fits"
dir_pcref
=
"/data/L1Pipeline/msc/gaia_dr3/"
path_aux
=
"/
nfs
data/
users/cham/L1Test/ref_C5.2
/MSC_{}_*_{:02d}_combine.fits"
dir_pcref
=
"/
nfs
data/
users/csstpipeline/
L1Pipeline/msc/gaia_dr3/"
elif
hostname
==
"ubuntu"
:
# PMO node
dir_l0
=
"/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/"
\
...
...
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