nhurleywalker / fits_warp

Warp catalogues and images to dedistort the effects of the ionosphere
Other
6 stars 5 forks source link

_xm tables do not write properly. #9

Open nhurleywalker opened 3 years ago

nhurleywalker commented 3 years ago

Line 697:

xmcat.write(results.xm, overwrite=True)

is incorrect as it is trying to write a numpy array returned by warped_xmatch(), and astropy rightly complains. This should be made into a table or similar data structure.