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

use SCIE

parent 59933c51
......@@ -61,7 +61,7 @@ class CsstMsDataManager:
* MSC_100000100_chip_06_filt_y.cat
* MSC_100000100_chip_06_filt_y.log
C6.2
* CSST_MSC_MS_SCI_20280716233448_20280716233718_10160000100_06_L0_V01.fits
* CSST_MSC_MS_SCIE_20280716233448_20280716233718_10160000100_06_L0_V01.fits
* CSST_MSC_MS_CRS_20280716233448_20280716233718_10160000100_06_L0_V01.fits
* MSC_10160000100_chip_06_filt_y.cat
* MSC_10160000100_chip_06_filt_y.log
......@@ -366,7 +366,7 @@ class CsstMsDataManager:
dir_l0=".",
dir_l1=".",
path_aux="",
pattern="CSST_MSC_*_SCI_*.fits",
pattern="CSST_MSC_*_SCIE_*.fits",
use_dfs=False,
dfs_node="kmust",
log_ppl="csst-l1ppl.log",
......@@ -447,7 +447,7 @@ class CsstMsDataManager:
)
@staticmethod
def glob_image(dir_l0, pattern="CSST_MSC_*_SCI_*.fits"):
def glob_image(dir_l0, pattern="CSST_MSC_*_SCIE_*.fits"):
""" glob files in L0 data directory """
fps = glob.glob(os.path.join(dir_l0, pattern))
fps = [os.path.basename(fp) for fp in fps]
......
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