Description Usage Arguments Value Examples
This function estimates the features for a catalog of galaxy clusters.
1 2 3 4 5 6 | get_cluster_features(
dat,
ntotal = 0,
name.groups = "clustersOutput.dat",
ngal.lim = 30
)
|
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'. |
Data frame with the features of all the galaxy clusters.
1 | get_cluster_features(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.