galaxy.collect_clusters

Script to collect cluster datasets

Functions

read_dr5(→ pandas.DataFrame)

Reads the DR5 catalog.

read_mc(→ pandas.DataFrame)

Reads the MaDCoWS catalog from VizieR.

read_spt100(→ pandas.DataFrame)

Reads the SPT100 catalog.

read_test_sample(→ pandas.DataFrame)

Reads the test sample dataset.

read_act_mcmf(→ pandas.DataFrame)

Reads the ACT_MCMF catalog from VizieR.

Module Contents

galaxy.collect_clusters.read_dr5() pandas.DataFrame

Reads the DR5 catalog.

Returns:

pd.DataFrame: DataFrame containing DR5 cluster data.

galaxy.collect_clusters.read_mc() pandas.DataFrame

Reads the MaDCoWS catalog from VizieR.

Returns:

pd.DataFrame: DataFrame containing MaDCoWS cluster data.

galaxy.collect_clusters.read_spt100() pandas.DataFrame

Reads the SPT100 catalog.

Returns:

pd.DataFrame: DataFrame containing SPT100 cluster data.

galaxy.collect_clusters.read_test_sample() pandas.DataFrame

Reads the test sample dataset.

Returns:

pd.DataFrame: DataFrame containing test sample cluster data.

galaxy.collect_clusters.read_act_mcmf(row_limit=1000) pandas.DataFrame

Reads the ACT_MCMF catalog from VizieR.

Returns:

pd.DataFrame: DataFrame containing ACT_MCMF cluster data.