Mock SDSS Catalogs From Tinker 2020 (Algorithm & Tests)
This is an ascii file containing 'mockA' from the Tinker 2020 self-calibrating group finder paper 'Algorithm and Tests'.
-
RA [degrees; float] - right ascension.
-
Dec [degrees; float] - declination
-
z [float] - redshift of the galaxy
-
Log L_gal [float] - log of the r-band luminosity, in solar luminosities
-
color_flag [float] - 1==quiescent, 0==star-forming
-
L_sat [L_sol; float] - total satellite luminosity (central galaxies only)
-
Log M_halo [float] - halo mass from the rockstar halo catalog. For satellite galaxies, this is the halo mass of the host halo (not the subhalo)
-
haloid [int] - halo ID.
-
halo_upid [int] - halo ID of host halo (-1 if a central galaxy)
This is an ascii file. The file is line-by-line parallel with the sham_mockA.rdz input file. The fields in the file are:
-
id [int] - 0-indexed list of galaxies. This values should go in order from 0 to NGAL-1.
-
RA [degrees; float] - right ascension of the galaxy
-
Dec [degrees; float] - decliration of the galaxy
-
z [float] - redshift of the galaxy
-
L_gal [L_sol/h^-2; float] - r-band luminosity of the galaxy in solar units, assuming M_r,sol=4.65 and h=1.
-
V_max [(Mpc/h)^3; float] - maximum volume at which each galaxy can be observed in SDSS. Taken from NYU VAGC
-
P_sat [float] - probability that this galaxy is a satellite. If P_sat>0.5, it is assumed to be a satellite and will be assigned to a group with a different central galaxy.
-
M_halo [M_sol/h; float] - Halo mass that the galaxy is assigned to. If the galaxy is a satellite, this is the parent halo's mass.
-
N_sat [float] - If the galaxy is a central (P_sat<0.5), this is the number of satellites within that halo. This is a float rather than an int becuase, for volume-limited samples, this number is corrected for redshift boundaries using an error function.
-
L_tot [L_sol/h^2; float] - The total luminosity of the group that the galaxy occupies.
-
igrp [int] - The id of the central galaxy for the group (column 1). If the galaxy is a central, igrp=id. This is also the 0-indexed line of the file.
This is an ascii file containing 'mockB' from the Tinker 2020 self-calibrating group finder paper 'Algorithm and Tests'. As discussed in the paper, the main difference with mockA is that mockB contains an extra paramer, chi, which correlates with M_halo at fixed L_gal.
-
RA [degrees; float] - right ascension.
-
Dec [degrees; float] - declination
-
z [float] - redshift of the galaxy
-
Log L_gal [float] - log of the r-band luminosity, in solar luminosities
-
color_flag [float] - 1==quiescent, 0==star-forming
-
chi [float] - normalized galaxy secondary property, chi. This value is Gaussian distributed about zero with unit dispersion. The correlation coefficient of chi with M_h is r-square=0.87.
-
L_sat [L_sol; float] - total satellite luminosity (central galaxies only)
-
Log M_halo [float] - halo mass from the rockstar halo catalog. For satellite galaxies, this is the halo mass of the host halo (not the subhalo)
-
haloid [int] - halo ID.
-
halo_upid [int] - halo ID of host halo (-1 if a central galaxy)
This is an ascii file. The file is line-by-line parallel with the sham_mockA.rdz input file. The fields in the file are:
-
id [int] - 0-indexed list of galaxies. This values should go in order from 0 to NGAL-1.
-
RA [degrees; float] - right ascension of the galaxy
-
Dec [degrees; float] - decliration of the galaxy
-
z [float] - redshift of the galaxy
-
L_gal [L_sol/h^-2; float] - r-band luminosity of the galaxy in solar units, assuming M_r,sol=4.65 and h=1.
-
V_max [(Mpc/h)^3; float] - maximum volume at which each galaxy can be observed in SDSS. Taken from NYU VAGC
-
P_sat [float] - probability that this galaxy is a satellite. If P_sat>0.5, it is assumed to be a satellite and will be assigned to a group with a different central galaxy.
-
M_halo [M_sol/h; float] - Halo mass that the galaxy is assigned to. If the galaxy is a satellite, this is the parent halo's mass.
-
N_sat [float] - If the galaxy is a central (P_sat<0.5), this is the number of satellites within that halo. This is a float rather than an int becuase, for volume-limited samples, this number is corrected for redshift boundaries using an error function.
-
L_tot [L_sol/h^2; float] - The total luminosity of the group that the galaxy occupies.
-
igrp [int] - The id of the central galaxy for the group (column 1). If the galaxy is a central, igrp=id. This is also the 0-indexed line of the file.