from astropy.table import Table from astropy.coordinates import ... data with Astropy data = Table.read(fpath).to_pandas() columns = ['ra', ...
確定! 回上一頁