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
ceb12b0b
Commit
ceb12b0b
authored
Dec 18, 2023
by
BO ZHANG
🏀
Browse files
add File.level0_id
parent
a41df331
Pipeline
#2498
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/file.py
View file @
ceb12b0b
...
...
@@ -120,5 +120,6 @@ class File:
def
__repr__
(
self
):
return
f
"<File
{
self
.
file_path
}
>"
def
level_id
(
self
):
@
property
def
level0_id
(
self
):
return
self
.
obs_id
+
self
.
detector
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