diff --git a/stellarphot/core.py b/stellarphot/core.py index 85fe604b..cb85abe4 100644 --- a/stellarphot/core.py +++ b/stellarphot/core.py @@ -965,8 +965,8 @@ def from_vizier( def passband_columns(self, passbands=None): """ - Return a copy of the catalog with passbands as column names instead - of the default format, which has s single column for passbands. + Return an `astropy.table.Table` with passbands as column names instead + of the default format, which has a single column for passbands. Parameters ---------- @@ -976,9 +976,9 @@ def passband_columns(self, passbands=None): Returns ------- - `stellarphot.CatalogData` + `astropy.table.Table` Table of catalog information with passbands as column names. See Notes below - for important details bat column names. + for important details about column names. Notes -----