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
56aae2ab
Commit
56aae2ab
authored
Mar 21, 2023
by
BO ZHANG
🏀
Browse files
tweak
parent
c57b2056
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
56aae2ab
...
@@ -385,7 +385,7 @@ class CsstMsDataManager:
...
@@ -385,7 +385,7 @@ class CsstMsDataManager:
raise
FileNotFoundError
(
f
"No file found with pattern
{
pattern
}
in
{
dir_l0
}
"
)
raise
FileNotFoundError
(
f
"No file found with pattern
{
pattern
}
in
{
dir_l0
}
"
)
# parse filename
# parse filename
el
if
ver_sim
in
[
"C5.2"
,
"C6.1"
]:
if
ver_sim
in
[
"C5.2"
,
"C6.1"
]:
pattern
=
re
.
compile
(
pattern
=
re
.
compile
(
r
"(?P<telescope>[A-Z]+)_"
r
"(?P<telescope>[A-Z]+)_"
r
"(?P<instrument>[A-Z]+)_"
r
"(?P<instrument>[A-Z]+)_"
...
...
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