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

update path_aux in dm.quick_start()

parent 5fbba09a
...@@ -564,11 +564,11 @@ class CsstMsDataManager: ...@@ -564,11 +564,11 @@ class CsstMsDataManager:
elif hostname == "ubuntu" and datatype == "mbi": elif hostname == "ubuntu" and datatype == "mbi":
dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \ dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \
"NGP_AstrometryON_shearOFF/MSC_{:07d}/".format(exposure_id) "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": elif hostname == "ubuntu" and datatype == "sls":
dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \ dir_l0 = "/share/simudata/CSSOSDataProductsSims/data/CSSTSimImage_C5/" \
"NGP_AstrometryON_shearOFF_Spec/MSC_{:07d}/".format(exposure_id) "NGP_AstrometryON_shearOFF_Spec/MSC_{:07d}/".format(exposure_id)
path_aux = "" path_aux = "/L1Pipeline/aux"
else: else:
raise ValueError("@DM: invalid hostname {} or datatype {}!".format(hostname, datatype)) raise ValueError("@DM: invalid hostname {} or datatype {}!".format(hostname, datatype))
......
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