get_galaxies_features: get_galaxies_features

Description Usage Arguments Value Examples

Description

This function estimates the features for a catalog of galaxies.

Usage

1
get_galaxies_features(dat, ClustersData, name.gal = "galaxiesOutput.dat")

Arguments

dat

Data frame with a the angular coordinates (ra and dec in radians), the redshift, the color (g-r), the apparent magnitude (r) and the id of the group for each galaxy of each galaxy cluster. The columns must be named 'ra', 'dec' and 'z', 'color', 'mag' and 'id'.

ClustersData

Data frame with a the information of the galaxy cluster. Must have the same data as the output of ClusterFeatures.

Value

Data frame with the features of all the galaxies of the catalog.

Examples

1
get_galaxies_features(dat, ClustersData)

Martindelosrios/MeSsI documentation built on May 14, 2021, 3:43 p.m.