You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our readers use astropy.table.Table, which is able to parse and hold units for columns. It should work for certain FITS and ECSV catalogs, for example it works for HSC PDR2 FITS files, where coordinates are stored in radians. In such cases we should convert coordinates to degrees automatically.
Some of our readers use
astropy.table.Table
, which is able to parse and hold units for columns. It should work for certain FITS and ECSV catalogs, for example it works for HSC PDR2 FITS files, where coordinates are stored in radians. In such cases we should convert coordinates to degrees automatically.Related to #338, part of #142
The text was updated successfully, but these errors were encountered: