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
d2a56d05
Commit
d2a56d05
authored
3 years ago
by
niejuzi
Browse files
Options
Download
Email Patches
Plain Diff
update code
parent
1f0ade8b
master
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst/msc/calib_pos.py
+1
-1
csst/msc/calib_pos.py
with
1 addition
and
1 deletion
+1
-1
csst/msc/calib_pos.py
+
1
-
1
View file @
d2a56d05
...
...
@@ -434,7 +434,7 @@ class CsstProcMscPositionCalibration(CsstProcessor):
def
prepare
(
self
,
dm
):
self
.
dm
=
dm
def
run
(
self
,
img_list
,
wht_list
,
flg_list
,
ccd_ids
,
path_gaia
,
search_radius
,
pm_correct
=
True
,
wcs_refine
=
False
,
plot
=
False
):
def
run
(
self
,
img_list
,
wht_list
,
flg_list
,
fn_list
,
ccd_ids
,
path_gaia
,
search_radius
,
pm_correct
=
True
,
wcs_refine
=
False
,
plot
=
False
):
print
(
'preparing files for position calibration....'
)
#self.join_data(img_list, wht_list, flg_list)
print
(
'################## run sextractor ###################'
)
...
...
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