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
7abdbb12
Commit
7abdbb12
authored
3 years ago
by
niejuzi
Browse files
Options
Download
Email Patches
Plain Diff
update code
parent
5f0c559b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst/msc/pipeline.py
+1
-1
csst/msc/pipeline.py
with
1 addition
and
1 deletion
+1
-1
csst/msc/pipeline.py
+
1
-
1
View file @
7abdbb12
...
@@ -113,7 +113,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux
...
@@ -113,7 +113,7 @@ def do_one_exposure(ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", path_aux
else
:
else
:
print
(
ccd_ids
)
print
(
ccd_ids
)
for
this_ccd_id
in
ccd_ids
:
for
this_ccd_id
in
ccd_ids
:
print
(
type
(
this_ccd_id
),
this_ccd_id
s
)
print
(
type
(
this_ccd_id
),
this_ccd_id
)
fp_img
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"img"
,
ext
=
"fits"
)
fp_img
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"img"
,
ext
=
"fits"
)
fp_wht
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"wht"
,
ext
=
"fits"
)
fp_wht
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"wht"
,
ext
=
"fits"
)
fp_flg
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"flg"
,
ext
=
"fits"
)
fp_flg
=
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"flg"
,
ext
=
"fits"
)
...
...
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