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
Bo Zhang
csst
Commits
42444362
Commit
42444362
authored
Jun 17, 2022
by
BO ZHANG
🏀
Browse files
removed property decorator for pc_combined_image
parent
47b251e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst/msc/data_manager.py
View file @
42444362
...
...
@@ -165,7 +165,6 @@ class CsstMscDataManager:
self
.
_exp_start
,
self
.
_exp_stop
,
self
.
_exp_id
,
ccd_id
,
suffix
,
ext
)
return
os
.
path
.
join
(
self
.
dir_l1
,
fn
)
@
property
def
pc_combined_image
(
self
,
suffix
=
"img"
,
ext
=
"fits"
):
""" combined image
suffix:
...
...
@@ -176,7 +175,6 @@ class CsstMscDataManager:
fn
=
"combined_"
+
"{}.{}"
.
format
(
suffix
,
ext
)
return
os
.
path
.
join
(
self
.
dir_l1
,
fn
)
@
property
def
pc_ref_cat
(
self
):
""" reference catalog """
...
...
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