Commit e39ba052 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fixed bugs in paths

parent 3cabe1e7
...@@ -330,8 +330,8 @@ class CsstMbiDataManager: ...@@ -330,8 +330,8 @@ class CsstMbiDataManager:
# dandelion node # dandelion node
dir_l0 = "/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/" \ dir_l0 = "/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/multipleBandsImaging/" \
"NGP_AstrometryON_shearOFF/MSC_{:07d}/".format(exposure_id) "NGP_AstrometryON_shearOFF/MSC_{:07d}/".format(exposure_id)
path_aux = "/data/L1Pipeline/msc/ref/MSC_{}_*_{:02d}_combine.fits" path_aux = "/nfsdata/users/cham/L1Test/ref_C5.2/MSC_{}_*_{:02d}_combine.fits"
dir_pcref = "/data/L1Pipeline/msc/gaia_dr3/" dir_pcref = "/nfsdata/users/csstpipeline/L1Pipeline/msc/gaia_dr3/"
elif hostname == "ubuntu": elif hostname == "ubuntu":
# PMO node # PMO node
dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \ dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment