Description Usage Arguments Value Examples
This function estimates the features for a catalog of galaxies.
1 | get_galaxies_features(dat, ClustersData, name.gal = "galaxiesOutput.dat")
|
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. |
Data frame with the features of all the galaxies of the catalog.
1 | get_galaxies_features(dat, ClustersData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.