Mock construction: It can be found in Izquierdo-Villalba et al. 2019 Galaxy formation model: The model used is L-Galaxies. We refer to Guo et al. 2011 for a detailed explanation of the galaxy formation model Area: 309.4 deg2 Format: The format is an hd5. It can be read by python using the following lines: import deepdish as dd Mock_galaxies = dd.io.load('Mock.h5') print Mock_galaxies['BulgeMass'] Parameters included in the mock: (Throughout the enumeration the value of h = 0.73) * sfr_inst: Instantaneous star formation rate [Units: M_sun/yr] * BulgeMass: Mass of stars in the galaxy bulge [Units: 10^10 M_sun/h] * DiskMass: Mass of stars in the galaxy disk [Units: 10^10 M_sun/h] * StellarMass: Total stellar mass of the galaxy [Units: 10^10 M_sun/h] * MetalColdGas: Mass of metals in the galaxy cold gas disk [Units: 10^10 M_sun/h] * ColdGas: Mass of cold gas in the galaxy disk [Units: 10^10 M_sun/h] * BlackHoleMass: Central black hole mass [Units: 10^10 M_sun/h] * Mvir: Subhalo mass [Units: 10^10 M_sun/h] * FOFMvir: Mass of the FOF halo [Units: 10^10 M_sun/h] * pos_x: X Cartesian coordinates [Units: Mpc/h] * pos_y: Y Cartesian coordinates [Units: Mpc/h] * pos_z: Z Cartesian coordinates [Units: Mpc/h] * vel_x: X component of the galaxy peculiar velocity (Cartesian coordinates) [Units: km/s] * vel_y: Y component of the galaxy peculiar velocity (Cartesian coordinates) [Units: km/s] * vel_z: Z component of the galaxy peculiar velocity (Cartesian coordinates) [Units: km/s] * z_geo: Geometrical redshift (Redshift given by the distance of the galaxy to the observer) * z_obs: Redshift of the galaxy after taking into account the galaxy peculiar velocity * Type: Galaxy type. It can have 3 values: 0 -> the galaxy is the central one in its FOF halo, 1 -> the galaxy is the central one in the subhalo 2 -> the galaxy lost its dark matter halo (orphan galaxy) * uJAVA: JPLUS u-band observer-frame apparent magnitudes in the AB system * gJAVA: JPLUS g-band observer-frame apparent magnitudes in the AB system * rJAVA: JPLUS r-band observer-frame apparent magnitudes in the AB system * iJAVA: JPLUS i-band observer-frame apparent magnitudes in the AB system * zJAVA: JPLUS z-band observer-frame apparent magnitudes in the AB system * J0378: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0395: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0410: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0430: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0515: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0660: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * J0861: JPLUS J0378-band observer-frame apparent magnitudes in the AB system * uJAVA_c: JPLUS u-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * gJAVA_c: JPLUS g-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * rJAVA_c: JPLUS r-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * iJAVA_c: JPLUS i-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * zJAVA_c: JPLUS z-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0378_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0395_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0410_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0430_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0515_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0660_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included. * J0861_c: JPLUS J0378-band observer-frame apparent magnitudes in the AB system. Only the continuum of the galaxy has been used to compute this magnitude. No line emission is included.