summaryrefslogtreecommitdiff
path: root/wcsutil/wcscorr.py
diff options
context:
space:
mode:
Diffstat (limited to 'wcsutil/wcscorr.py')
-rw-r--r--wcsutil/wcscorr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsutil/wcscorr.py b/wcsutil/wcscorr.py
index cb0497b..1ff10c5 100644
--- a/wcsutil/wcscorr.py
+++ b/wcsutil/wcscorr.py
@@ -222,7 +222,7 @@ def update_wcscorr(fimg,hdr,selections=None):
# Now, we need to merge this into the existing table
old_table = fimg['WCSCORR']
- rowind = find_wcscorr_row(old_table.data,{'wcs_id':' '})
+ rowind = find_wcscorr_row(old_table.data,{'wcs_id':''})
old_nrows = np.where(rowind)[0][0]
# check to see if there is room for the new row