Your comments

With photutils v0.3 is out, maybe we can close this topic? Obviously more things can be done, but photutils.psf is there and ready to be used/tried out.

So can we close this now as implemented, or should keep this open until we can have minor planet ephemerids, too?

Could you please extend this a bit? It seems to require just one extra step of reading in the fits table as a Table.


from astropy.table import Table

table = Table.read('your_table.fits')

pandas_df = table.to_pandas()