Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
removed property decorator for pc_combined_image
parent
47b251e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst/msc/data_manager.py
+0
-2
csst/msc/data_manager.py
with
0 additions
and
2 deletions
+0
-2
csst/msc/data_manager.py
+
0
-
2
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 """
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets