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
fe19dbdc
Commit
fe19dbdc
authored
Jun 21, 2022
by
niejuzi
Browse files
update code
parent
938b4fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst/msc/calib_pos.py
View file @
fe19dbdc
...
...
@@ -81,7 +81,8 @@ class CsstProcMscPositionCalibration(CsstProcessor):
cat_list
=
[]
fn_list
=
[]
for
this_ccd_id
in
ccd_ids
:
print
(
type
(
this_ccd_id
))
print
(
type
(
this_ccd_id
),
this_ccd_id
)
this_ccd_id
=
float
(
this_ccd_id
)
this_ccd_id
=
int
(
this_ccd_id
)
sex_cat
=
self
.
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"img"
,
ext
=
"cat"
)
fn
=
self
.
dm
.
l1_sci
(
ccd_id
=
this_ccd_id
,
suffix
=
"img"
,
ext
=
"fits"
)
...
...
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