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
ab70885a
Commit
ab70885a
authored
Feb 22, 2021
by
Carl Schaffer
Browse files
catching no data error from gdbs centring lookup
parent
695af5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
kis_tools/gris/GrisFitsFile.py
View file @
ab70885a
...
...
@@ -118,6 +118,8 @@ class GrisFitsFile(FitsFile):
gdbs_usable
=
False
except
IOError
:
gdbs_usable
=
False
except
ValueError
:
gdbs_usable
=
False
if
not
gdbs_usable
:
# Determined from offset between uncentered and cross_correlated data
...
...
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