Closed kuntzer closed 8 years ago
Very strange, the following configuration works:
params=["X_IMAGE", "Y_IMAGE", "FLUX_APER(3)", "VECTOR_ASSOC(3)", "FLAGS"]
It seems that it is purely an Astropy issue. I raised an issue on their GitHub page.
OK! Indeed we had this before, and at that time just wrote in the doc that VECTOR_ASSOC(3)
should not be last.
http://sewpy.readthedocs.io/en/latest/manual.html#the-assoc-helper
The issue was solved on newer versions of astropy (v1.1.3 and above are fine). I added a note in the docs and closing this issue.
When using Sewpy in the following way:
I get the following error:
Upon further investigation, it's astropy that is to blame at line 914 of the
swpy.py
file:I seem to remember that this wasn't an issue before, but I'm not sure. I'm using astropy version 1.1.2.
I'm investigating.