3.3.4.1  :  MR

This model has been superseded by the Lagos2012a model, which is also based on the Millennium Run but has an improved treatment of star formation. If you require a galaxy catalogue based on the WMAP1 cosmology it is now recommended that you use the Lagos model rather than this one.

This table contains an updated version of the semi-analytic galaxy catalogue of Bower et al. (2006), which is based on the Millennium Run (MR). The modifications relative to the original version (table DGalaxies..Bower2006a) are:

  • Modified halo merger tree construction algorithm, as described in Jiang et al (2014)
  • Magnitudes calculated in additional bands for consistency with the Gonzalez2014a and Lagos2012a tables.
  • Several minor bug fixes

The table contains galaxies at 52 snapshots between z=0.0 and z=10.0 in a 500Mpc/h box. Each galaxy has a unique identifier, GalaxyID, assigned in such a way that progenitors or descendants of particular galaxies can easily be identified using SQL queries. See the documentation on merger trees for details of the indexing scheme.

This table is referred to as Bower2006a..MR in SQL queries. For example, to retrieve all properties for 10 galaxies from the z=0 snapshot:

select top 10 * from Bower2006a..MR where snapnum = 63

The relation between snapshot number and redshift for this model is given by the table Snapshots..MR.

Important: Note that absolute magnitude columns in this table contain the quantity M-5 log(h).

columntypeUCDunitdescription
GalaxyID long ID of galaxy, unique within simulation and semi-analytic run
DescendantID long GalaxyID of the descendant of this galaxy.
LastProgenitorID long All galaxies with IDs between the ID of this galaxy and LastProgenitorId are in the merger tree rooted at this galaxy.
MainLeafID long The ID of the galaxy at the end of the main progenitor branch of this galaxy.
DHaloID long The ID of the DHalo which this galaxy belongs to.
Redshift float The redshift at which this galaxy exists
SnapNum integer The snapshot number at which this galaxy exists
type integer Indicates if this galaxy is central (0), a satellite with a resolved subhalo (1) or a satellite with no subhalo (2)
mdhalo float 1.0e10Msolar/h The mass of the DHalo which this galaxy belongs to. This includes the mass of any satellite subhalos. Satellite galaxies in the DHalo will have the same mdhalo as the central galaxy.
phkey integer Peano-Hilbert key for this galaxy's position in the simulation box. See the text on spatial indexes.
zindex integer The "bit-interleaved" or "Z-curve" index, corresponding to this galaxy's position. See the text on spatial indexes.
ix integer Zone index along x-direction. See the text on spatial indexes.
iy integer Zone index along y-direction. See the text on spatial indexes.
iz integer Zone index along z-direction. See the text on spatial indexes.
random float A random number in the range 0-1, used for random sampling the galaxies
x float Mpc/h (comoving) X coordinate of this galaxy in the simulation box
y float Mpc/h (comoving) Y coordinate of this galaxy in the simulation box
z float Mpc/h (comoving) Z coordinate of this galaxy in the simulation box
velx float km/sec X component of peculiar velocity of this galaxy. At a given redshift, zz, a coordinate in redshift space, xzs, is obtained from the comoving one, x, as: xzs = x + velx × (1+zz)/H(zz), where H(zz) is the Hubble constant at the given redshift.
vely float km/sec Y component of peculiar velocity of this galaxy (see velx, above)
velz float km/sec Z component of peculiar velocity of this galaxy (see velx, above)
rdisk float Mpc/h Half mass radius of the disk
rbulge float Mpc/h Half mass radius of the bulge
vdisk float km/sec Circular velocity at the half mass radius of the disk
vbulge float km/sec Circular velocity at the half mass radius of the bulge
stellarmass float 1.0e10Msolar/h Total stellar mass in the galaxy. A Kennicutt IMF was assumed.
bulgemass float 1.0e10Msolar/h Total stellar mass of the galactic bulge
blackholemass float 1.0e10Msolar/h Mass of the central black hole
coldgas float 1.0e10Msolar/h Mass of cold gas in the galactic disk
sfr float Msolar/yr Quiescent star formation rate in the disk
sfrbulge float Msolar/yr Star formation rate in bursts
coldgas_atomic float 1.0e10Msolar/h Mass of atomic gas in the galactic disk
coldgas_atomic_bulge float 1.0e10Msolar/h Mass of atomic gas in bursts
coldgas_mol float 1.0e10Msolar/h Mass of molecular gas in the galactic disk
coldgas_mol_bulge float 1.0e10Msolar/h Mass of molecular gas in bursts
hotgas float 1.0e10Msolar/h Mass of hot gas associated with this galaxy
metals_stellarmass float 1.0e10Msolar/h Total mass of metals in stars
metals_bulgemass float 1.0e10Msolar/h Mass of metals in stars in the bulge
metals_coldgas float 1.0e10Msolar/h Mass of metals in cold gas
metals_hotgas float 1.0e10Msolar/h Mass of metals in hot gas
mag_B float Absolute rest frame B magnitude (AB)
mag_B_ext float Absolute rest frame B magnitude (AB) with extinction
mag_B_obs float Absolute observed frame B magnitude (AB)
mag_B_obs_ext float Absolute observed frame B magnitude (AB) with extinction
mag_V float Absolute rest frame V magnitude (AB)
mag_V_ext float Absolute rest frame V magnitude (AB) with extinction
mag_V_obs float Absolute observed frame V magnitude (AB)
mag_V_obs_ext float Absolute observed frame V magnitude (AB) with extinction
mag_R float Absolute rest frame R magnitude (AB)
mag_R_ext float Absolute rest frame R magnitude (AB) with extinction
mag_R_obs float Absolute observed frame R magnitude (AB)
mag_R_obs_ext float Absolute observed frame R magnitude (AB) with extinction
mag_K float Absolute rest frame K magnitude (AB)
mag_K_ext float Absolute rest frame K magnitude (AB) with extinction
mag_K_obs float Absolute observed frame K magnitude (AB)
mag_K_obs_ext float Absolute observed frame K magnitude (AB) with extinction
SDSS_u float Absolute rest frame SDSS u band magnitude (AB)
SDSS_u_ext float Absolute rest frame SDSS u band magnitude (AB) with extinction
SDSS_u_obs float Absolute observed frame SDSS u band magnitude (AB)
SDSS_u_obs_ext float Absolute observed frame SDSS u band magnitude (AB) with extinction
SDSS_g float Absolute rest frame SDSS g band magnitude (AB)
SDSS_g_ext float Absolute rest frame SDSS g band magnitude (AB) with extinction
SDSS_g_obs float Absolute observed frame SDSS g band magnitude (AB)
SDSS_g_obs_ext float Absolute observed frame SDSS g band magnitude (AB) with extinction
SDSS_r float Absolute rest frame SDSS r band magnitude (AB)
SDSS_r_ext float Absolute rest frame SDSS r band magnitude (AB) with extinction
SDSS_r_obs float Absolute observed frame SDSS r band magnitude (AB)
SDSS_r_obs_ext float Absolute observed frame SDSS r band magnitude (AB) with extinction
SDSS_i float Absolute rest frame SDSS i band magnitude (AB)
SDSS_i_ext float Absolute rest frame SDSS i band magnitude (AB) with extinction
SDSS_i_obs float Absolute observed frame SDSS i band magnitude (AB)
SDSS_i_obs_ext float Absolute observed frame SDSS i band magnitude (AB) with extinction
SDSS_z float Absolute rest frame SDSS z band magnitude (AB)
SDSS_z_ext float Absolute rest frame SDSS z band magnitude (AB) with extinction
SDSS_z_obs float Absolute observed frame SDSS z band magnitude (AB)
SDSS_z_obs_ext float Absolute observed frame SDSS z band magnitude (AB) with extinction
DES_g float Absolute rest frame DES g band magnitude (AB)
DES_g_ext float Absolute rest frame DES g band magnitude (AB) with extinction
DES_g_obs float Absolute observed frame DES g band magnitude (AB)
DES_g_obs_ext float Absolute observed frame DES g band magnitude (AB) with extinction
DES_r float Absolute rest frame DES r band magnitude (AB)
DES_r_ext float Absolute rest frame DES r band magnitude (AB) with extinction
DES_r_obs float Absolute observed frame DES r band magnitude (AB)
DES_r_obs_ext float Absolute observed frame DES r band magnitude (AB) with extinction
DES_i float Absolute rest frame DES i band magnitude (AB)
DES_i_ext float Absolute rest frame DES i band magnitude (AB) with extinction
DES_i_obs float Absolute observed frame DES i band magnitude (AB)
DES_i_obs_ext float Absolute observed frame DES i band magnitude (AB) with extinction
DES_z float Absolute rest frame DES z band magnitude (AB)
DES_z_ext float Absolute rest frame DES z band magnitude (AB) with extinction
DES_z_obs float Absolute observed frame DES z band magnitude (AB)
DES_z_obs_ext float Absolute observed frame DES z band magnitude (AB) with extinction
DES_Y float Absolute rest frame DES Y band magnitude (AB)
DES_Y_ext float Absolute rest frame DES Y band magnitude (AB) with extinction
DES_Y_obs float Absolute observed frame DES Y band magnitude (AB)
DES_Y_obs_ext float Absolute observed frame DES Y band magnitude (AB) with extinction
EUCLID_V float Absolute rest frame EUCLID V band magnitude (AB)
EUCLID_V_ext float Absolute rest frame EUCLID V band magnitude (AB) with extinction
EUCLID_V_obs float Absolute observed frame EUCLID V band magnitude (AB)
EUCLID_V_obs_ext float Absolute observed frame EUCLID V band magnitude (AB) with extinction
EUCLID_Y float Absolute rest frame EUCLID Y band magnitude (AB)
EUCLID_Y_ext float Absolute rest frame EUCLID Y band magnitude (AB) with extinction
EUCLID_Y_obs float Absolute observed frame EUCLID Y band magnitude (AB)
EUCLID_Y_obs_ext float Absolute observed frame EUCLID Y band magnitude (AB) with extinction
EUCLID_J float Absolute rest frame EUCLID J band magnitude (AB)
EUCLID_J_ext float Absolute rest frame EUCLID J band magnitude (AB) with extinction
EUCLID_J_obs float Absolute observed frame EUCLID J band magnitude (AB)
EUCLID_J_obs_ext float Absolute observed frame EUCLID J band magnitude (AB) with extinction
EUCLID_H float Absolute rest frame EUCLID H band magnitude (AB)
EUCLID_H_ext float Absolute rest frame EUCLID H band magnitude (AB) with extinction
EUCLID_H_obs float Absolute observed frame EUCLID H band magnitude (AB)
EUCLID_H_obs_ext float Absolute observed frame EUCLID H band magnitude (AB) with extinction
GALEX_FUV float Absolute rest frame GALEX FUV band magnitude (AB)
GALEX_FUV_ext float Absolute rest frame GALEX FUV band magnitude (AB) with extinction
GALEX_NUV float Absolute rest frame GALEX NUV band magnitude (AB)
GALEX_NUV_ext float Absolute rest frame GALEX NUV band magnitude (AB) with extinction
IRAC_58 float Absolute rest frame IRAC 5.8micron band magnitude (AB)
IRAC_58_ext float Absolute rest frame IRAC 5.8micron band magnitude (AB) with extinction
IRAC_58_obs float Absolute observed frame IRAC 5.8micron band magnitude (AB)
IRAC_58_obs_ext float Absolute observed frame IRAC 5.8micron band magnitude (AB) with extinction
IRAC_80 float Absolute rest frame IRAC 8.0micron band magnitude (AB)
IRAC_80_ext float Absolute rest frame IRAC 8.0micron band magnitude (AB) with extinction
IRAC_80_obs float Absolute observed frame IRAC 8.0micron band magnitude (AB)
IRAC_80_obs_ext float Absolute observed frame IRAC 8.0micron band magnitude (AB) with extinction
MUSYC_I float Absolute rest frame MUSYC I band magnitude (AB)
MUSYC_I_ext float Absolute rest frame MUSYC I band magnitude (AB) with extinction
MUSYC_I_obs float Absolute observed frame MUSYC I band magnitude (AB)
MUSYC_I_obs_ext float Absolute observed frame MUSYC I band magnitude (AB) with extinction
VISTA_J float Absolute rest frame VISTA J band magnitude (AB)
VISTA_J_ext float Absolute rest frame VISTA J band magnitude (AB) with extinction
VISTA_J_obs float Absolute observed frame VISTA J band magnitude (AB)
VISTA_J_obs_ext float Absolute observed frame VISTA J band magnitude (AB) with extinction
VISTA_H float Absolute rest frame VISTA H band magnitude (AB)
VISTA_H_ext float Absolute rest frame VISTA H band magnitude (AB) with extinction
VISTA_H_obs float Absolute observed frame VISTA H band magnitude (AB)
VISTA_H_obs_ext float Absolute observed frame VISTA H band magnitude (AB) with extinction
VISTA_Ks float Absolute rest frame VISTA Ks band magnitude (AB)
VISTA_Ks_ext float Absolute rest frame VISTA Ks band magnitude (AB) with extinction
VISTA_Ks_obs float Absolute observed frame VISTA Ks band magnitude (AB)
VISTA_Ks_obs_ext float Absolute observed frame VISTA Ks band magnitude (AB) with extinction
WISE_36 float Absolute rest frame WISE 3.6micron band magnitude (AB)
WISE_36_ext float Absolute rest frame WISE 3.6micron band magnitude (AB) with extinction
WISE_36_obs float Absolute observed frame WISE 3.6micron band magnitude (AB)
WISE_36_obs_ext float Absolute observed frame WISE 3.6micron band magnitude (AB) with extinction
WISE_46 float Absolute rest frame WISE 4.6micron band magnitude (AB)
WISE_46_ext float Absolute rest frame WISE 4.6micron band magnitude (AB) with extinction
WISE_46_obs float Absolute observed frame WISE 4.6micron band magnitude (AB)
WISE_46_obs_ext float Absolute observed frame WISE 4.6micron band magnitude (AB) with extinction
LBulge_Lyalpha_ext float 1040h-2erg/s Bulge luminosity in the Lyalpha emission line (with dust extinction)
LBulge_Lyalpha_noext float 1040h-2erg/s Bulge luminosity in the Lyalpha emission line (with dust extinction)
L_Lyalpha_ext float 1040h-2erg/s Total luminosity in the Lyalpha emission line (with dust extinction)
L_Lyalpha_noext float 1040h-2erg/s Total luminosity in the Lyalpha emission line (with dust extinction)
LBulge_OII3727_ext float 1040h-2erg/s Bulge luminosity in the OII3727 emission line (with dust extinction)
LBulge_OII3727_noext float 1040h-2erg/s Bulge luminosity in the OII3727 emission line (with dust extinction)
L_OII3727_ext float 1040h-2erg/s Total luminosity in the OII3727 emission line (with dust extinction)
L_OII3727_noext float 1040h-2erg/s Total luminosity in the OII3727 emission line (with dust extinction)
LBulge_Hgamma_ext float 1040h-2erg/s Bulge luminosity in the Hgamma emission line (with dust extinction)
LBulge_Hgamma_noext float 1040h-2erg/s Bulge luminosity in the Hgamma emission line (with dust extinction)
L_Hgamma_ext float 1040h-2erg/s Total luminosity in the Hgamma emission line (with dust extinction)
L_Hgamma_noext float 1040h-2erg/s Total luminosity in the Hgamma emission line (with dust extinction)
LBulge_Hbeta_ext float 1040h-2erg/s Bulge luminosity in the Hbeta emission line (with dust extinction)
LBulge_Hbeta_noext float 1040h-2erg/s Bulge luminosity in the Hbeta emission line (with dust extinction)
L_Hbeta_ext float 1040h-2erg/s Total luminosity in the Hbeta emission line (with dust extinction)
L_Hbeta_noext float 1040h-2erg/s Total luminosity in the Hbeta emission line (with dust extinction)
LBulge_OIII4959_ext float 1040h-2erg/s Bulge luminosity in the OIII4959 emission line (with dust extinction)
LBulge_OIII4959_noext float 1040h-2erg/s Bulge luminosity in the OIII4959 emission line (with dust extinction)
L_OIII4959_ext float 1040h-2erg/s Total luminosity in the OIII4959 emission line (with dust extinction)
L_OIII4959_noext float 1040h-2erg/s Total luminosity in the OIII4959 emission line (with dust extinction)
LBulge_OIII5007_ext float 1040h-2erg/s Bulge luminosity in the OIII5007 emission line (with dust extinction)
LBulge_OIII5007_noext float 1040h-2erg/s Bulge luminosity in the OIII5007 emission line (with dust extinction)
L_OIII5007_ext float 1040h-2erg/s Total luminosity in the OIII5007 emission line (with dust extinction)
L_OIII5007_noext float 1040h-2erg/s Total luminosity in the OIII5007 emission line (with dust extinction)
LBulge_OI6300_ext float 1040h-2erg/s Bulge luminosity in the OI6300 emission line (with dust extinction)
LBulge_OI6300_noext float 1040h-2erg/s Bulge luminosity in the OI6300 emission line (with dust extinction)
L_OI6300_ext float 1040h-2erg/s Total luminosity in the OI6300 emission line (with dust extinction)
L_OI6300_noext float 1040h-2erg/s Total luminosity in the OI6300 emission line (with dust extinction)
LBulge_Halpha_ext float 1040h-2erg/s Bulge luminosity in the Halpha emission line (with dust extinction)
LBulge_Halpha_noext float 1040h-2erg/s Bulge luminosity in the Halpha emission line (with dust extinction)
L_Halpha_ext float 1040h-2erg/s Total luminosity in the Halpha emission line (with dust extinction)
L_Halpha_noext float 1040h-2erg/s Total luminosity in the Halpha emission line (with dust extinction)
LBulge_NII6583_ext float 1040h-2erg/s Bulge luminosity in the NII6583 emission line (with dust extinction)
LBulge_NII6583_noext float 1040h-2erg/s Bulge luminosity in the NII6583 emission line (with dust extinction)
L_NII6583_ext float 1040h-2erg/s Total luminosity in the NII6583 emission line (with dust extinction)
L_NII6583_noext float 1040h-2erg/s Total luminosity in the NII6583 emission line (with dust extinction)
LBulge_SII6716_ext float 1040h-2erg/s Bulge luminosity in the SII6716 emission line (with dust extinction)
LBulge_SII6716_noext float 1040h-2erg/s Bulge luminosity in the SII6716 emission line (with dust extinction)
L_SII6716_ext float 1040h-2erg/s Total luminosity in the SII6716 emission line (with dust extinction)
L_SII6716_noext float 1040h-2erg/s Total luminosity in the SII6716 emission line (with dust extinction)
LBulge_SII6731_ext float 1040h-2erg/s Bulge luminosity in the SII6731 emission line (with dust extinction)
LBulge_SII6731_noext float 1040h-2erg/s Bulge luminosity in the SII6731 emission line (with dust extinction)
L_SII6731_ext float 1040h-2erg/s Total luminosity in the SII6731 emission line (with dust extinction)
L_SII6731_noext float 1040h-2erg/s Total luminosity in the SII6731 emission line (with dust extinction)
EWBulge_Lyalpha_ext float Angstroms Equivalent width of the Lyalpha emission line (bulge component) with dust extinction
EWBulge_Lyalpha_noext float Angstroms Equivalent width of the Lyalpha emission line (bulge component) without dust extinction
EWDisk_Lyalpha_ext float Angstroms Equivalent width of the Lyalpha emission line (disk component) with dust extinction
EWDisk_Lyalpha_noext float Angstroms Equivalent width of the Lyalpha emission line (disk component) without dust extinction
EW_Lyalpha_ext float Angstroms Equivalent width of the Lyalpha emission line (total) with dust extinction
EW_Lyalpha_noext float Angstroms Equivalent width of the Lyalpha emission line (total) without dust extinction
EWBulge_OII3727_ext float Angstroms Equivalent width of the OII3727 emission line (bulge component) with dust extinction
EWBulge_OII3727_noext float Angstroms Equivalent width of the OII3727 emission line (bulge component) without dust extinction
EWDisk_OII3727_ext float Angstroms Equivalent width of the OII3727 emission line (disk component) with dust extinction
EWDisk_OII3727_noext float Angstroms Equivalent width of the OII3727 emission line (disk component) without dust extinction
EW_OII3727_ext float Angstroms Equivalent width of the OII3727 emission line (total) with dust extinction
EW_OII3727_noext float Angstroms Equivalent width of the OII3727 emission line (total) without dust extinction
EWBulge_Hgamma_ext float Angstroms Equivalent width of the Hgamma emission line (bulge component) with dust extinction
EWBulge_Hgamma_noext float Angstroms Equivalent width of the Hgamma emission line (bulge component) without dust extinction
EWDisk_Hgamma_ext float Angstroms Equivalent width of the Hgamma emission line (disk component) with dust extinction
EWDisk_Hgamma_noext float Angstroms Equivalent width of the Hgamma emission line (disk component) without dust extinction
EW_Hgamma_ext float Angstroms Equivalent width of the Hgamma emission line (total) with dust extinction
EW_Hgamma_noext float Angstroms Equivalent width of the Hgamma emission line (total) without dust extinction
EWBulge_Hbeta_ext float Angstroms Equivalent width of the Hbeta emission line (bulge component) with dust extinction
EWBulge_Hbeta_noext float Angstroms Equivalent width of the Hbeta emission line (bulge component) without dust extinction
EWDisk_Hbeta_ext float Angstroms Equivalent width of the Hbeta emission line (disk component) with dust extinction
EWDisk_Hbeta_noext float Angstroms Equivalent width of the Hbeta emission line (disk component) without dust extinction
EW_Hbeta_ext float Angstroms Equivalent width of the Hbeta emission line (total) with dust extinction
EW_Hbeta_noext float Angstroms Equivalent width of the Hbeta emission line (total) without dust extinction
EWBulge_OIII4959_noext float Angstroms Equivalent width of the OIII4959 emission line (bulge component) without dust extinction
EWBulge_OIII4959_noext float Angstroms Equivalent width of the OIII4959 emission line (bulge component) without dust extinction
EWDisk_OIII4959_ext float Angstroms Equivalent width of the OIII4959 emission line (disk component) with dust extinction
EWDisk_OIII4959_noext float Angstroms Equivalent width of the OIII4959 emission line (disk component) without dust extinction
EW_OIII4959_ext float Angstroms Equivalent width of the OIII4959 emission line (total) with dust extinction
EW_OIII4959_noext float Angstroms Equivalent width of the OIII4959 emission line (total) without dust extinction
EWBulge_OIII5007_noext float Angstroms Equivalent width of the OIII5007 emission line (bulge component) without dust extinction
EWBulge_OIII5007_noext float Angstroms Equivalent width of the OIII5007 emission line (bulge component) without dust extinction
EWDisk_OIII5007_ext float Angstroms Equivalent width of the OIII5007 emission line (disk component) with dust extinction
EWDisk_OIII5007_noext float Angstroms Equivalent width of the OIII5007 emission line (disk component) without dust extinction
EW_OIII5007_ext float Angstroms Equivalent width of the OIII5007 emission line (total) with dust extinction
EW_OIII5007_noext float Angstroms Equivalent width of the OIII5007 emission line (total) without dust extinction
EWBulge_OI6300_ext float Angstroms Equivalent width of the OI6300 emission line (bulge component) with dust extinction
EWBulge_OI6300_noext float Angstroms Equivalent width of the OI6300 emission line (bulge component) without dust extinction
EWDisk_OI6300_ext float Angstroms Equivalent width of the OI6300 emission line (disk component) with dust extinction
EWDisk_OI6300_noext float Angstroms Equivalent width of the OI6300 emission line (disk component) without dust extinction
EW_OI6300_ext float Angstroms Equivalent width of the OI6300 emission line (total) with dust extinction
EW_OI6300_noext float Angstroms Equivalent width of the OI6300 emission line (total) without dust extinction
EWBulge_Halpha_ext float Angstroms Equivalent width of the Halpha emission line (bulge component) with dust extinction
EWBulge_Halpha_noext float Angstroms Equivalent width of the Halpha emission line (bulge component) without dust extinction
EWDisk_Halpha_ext float Angstroms Equivalent width of the Halpha emission line (disk component) with dust extinction
EWDisk_Halpha_noext float Angstroms Equivalent width of the Halpha emission line (disk component) without dust extinction
EW_Halpha_ext float Angstroms Equivalent width of the Halpha emission line (total) with dust extinction
EW_Halpha_noext float Angstroms Equivalent width of the Halpha emission line (total) without dust extinction
EWBulge_NII6583_ext float Angstroms Equivalent width of the NII6583 emission line (bulge component) with dust extinction
EWBulge_NII6583_noext float Angstroms Equivalent width of the NII6583 emission line (bulge component) without dust extinction
EWDisk_NII6583_ext float Angstroms Equivalent width of the NII6583 emission line (disk component) with dust extinction
EWDisk_NII6583_noext float Angstroms Equivalent width of the NII6583 emission line (disk component) without dust extinction
EW_NII6583_ext float Angstroms Equivalent width of the NII6583 emission line (total) with dust extinction
EW_NII6583_noext float Angstroms Equivalent width of the NII6583 emission line (total) without dust extinction
EWBulge_SII6716_ext float Angstroms Equivalent width of the SII6716 emission line (bulge component) with dust extinction
EWBulge_SII6716_noext float Angstroms Equivalent width of the SII6716 emission line (bulge component) without dust extinction
EWDisk_SII6716_ext float Angstroms Equivalent width of the SII6716 emission line (disk component) with dust extinction
EWDisk_SII6716_noext float Angstroms Equivalent width of the SII6716 emission line (disk component) without dust extinction
EW_SII6716_ext float Angstroms Equivalent width of the SII6716 emission line (total) with dust extinction
EW_SII6716_noext float Angstroms Equivalent width of the SII6716 emission line (total) without dust extinction
EWBulge_SII6731_ext float Angstroms Equivalent width of the SII6731 emission line (bulge component) with dust extinction
EWBulge_SII6731_noext float Angstroms Equivalent width of the SII6731 emission line (bulge component) without dust extinction
EWDisk_SII6731_ext float Angstroms Equivalent width of the SII6731 emission line (disk component) with dust extinction
EWDisk_SII6731_noext float Angstroms Equivalent width of the SII6731 emission line (disk component) without dust extinction
EW_SII6731_ext float Angstroms Equivalent width of the SII6731 emission line (total) with dust extinction
EW_SII6731_noext float Angstroms Equivalent width of the SII6731 emission line (total) without dust extinction
LBulge_CO109_ext float 1040h-2erg/s Bulge luminosity in the CO109 emission line (with dust extinction)
L_CO109_ext float 1040h-2erg/s Total luminosity in the CO109 emission line (with dust extinction)
LBulge_CO98_ext float 1040h-2erg/s Bulge luminosity in the CO98 emission line (with dust extinction)
L_CO98_ext float 1040h-2erg/s Total luminosity in the CO98 emission line (with dust extinction)
LBulge_CO87_ext float 1040h-2erg/s Bulge luminosity in the CO87 emission line (with dust extinction)
L_CO87_ext float 1040h-2erg/s Total luminosity in the CO87 emission line (with dust extinction)
LBulge_CO76_ext float 1040h-2erg/s Bulge luminosity in the CO76 emission line (with dust extinction)
L_CO76_ext float 1040h-2erg/s Total luminosity in the CO76 emission line (with dust extinction)
LBulge_CO65_ext float 1040h-2erg/s Bulge luminosity in the CO65 emission line (with dust extinction)
L_CO65_ext float 1040h-2erg/s Total luminosity in the CO65 emission line (with dust extinction)
LBulge_CO54_ext float 1040h-2erg/s Bulge luminosity in the CO54 emission line (with dust extinction)
L_CO54_ext float 1040h-2erg/s Total luminosity in the CO54 emission line (with dust extinction)
LBulge_CO43_ext float 1040h-2erg/s Bulge luminosity in the CO43 emission line (with dust extinction)
L_CO43_ext float 1040h-2erg/s Total luminosity in the CO43 emission line (with dust extinction)
LBulge_CO32_ext float 1040h-2erg/s Bulge luminosity in the CO32 emission line (with dust extinction)
L_CO32_ext float 1040h-2erg/s Total luminosity in the CO32 emission line (with dust extinction)
LBulge_CO21_ext float 1040h-2erg/s Bulge luminosity in the CO21 emission line (with dust extinction)
L_CO21_ext float 1040h-2erg/s Total luminosity in the CO21 emission line (with dust extinction)
LBulge_CO10_ext float 1040h-2erg/s Bulge luminosity in the CO10 emission line (with dust extinction)
L_CO10_ext float 1040h-2erg/s Total luminosity in the CO10 emission line (with dust extinction)