sdss_catl_clean¶
-
cosmo_utils.mock_catalogues.catls_utils.sdss_catl_clean(catl_pd, catl_kind, catl_info='members', reindex=True)[source] [edit on github]¶ Cleans the catalogue by removing
failedvalues.Parameters: catl_pd :
pandas.DataFrameDataset with the catalogue information.
catl_kind : {‘data’, ‘mocks’} str, optional
Type of catalogue to use. This variable is set to
databy default.- Options:
data: catalogues come from SDSSrealcataloguemocks: catalogue come from SDSSmockcatalogues
catl_info : {‘members’, ‘groups’} str, optional
Option for which kind of catalogues to use.
- Options:
members: Member galaxies of group cataloguesgroups: Catalogues withgroupinformation.
reindex :
bool, optionalIf True, the output catalogue is re-indexed.
Raises: LSSUtils_Error : Exception from
LSSUtils_ErrorProgram exception if input parameters are accepted.