Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
kis_tools
Commits
bda0c56b
Commit
bda0c56b
authored
Feb 18, 2021
by
Carl Schaffer
Browse files
fixing bug to cast telescope centering information to float
parent
a00d0c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
kis_tools/gris/GrisFitsFile.py
View file @
bda0c56b
...
...
@@ -126,7 +126,7 @@ class GrisFitsFile(FitsFile):
uncertainty_no_center_y
=
182.4
x_telcenter
,
y_telcenter
,
x_std
,
y_std
=
0
,
0
,
uncertainty_no_center_x
,
uncertainty_no_center_y
return
x_telcenter
,
y_telcenter
,
x_std
,
y_std
return
float
(
x_telcenter
)
,
float
(
y_telcenter
)
,
x_std
,
y_std
@
property
def
_coords_from_simple_header
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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