Skip to content
GitLab
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
ebd066f8
Commit
ebd066f8
authored
Jun 14, 2023
by
BO ZHANG
🏀
Browse files
use SCIE
parent
59933c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
ebd066f8
...
...
@@ -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_SCI
E
_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_*_SCI
E
_*.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_*_SCI
E
_*.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
]
...
...
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