LSSTDESC / cosmodc2

Python package creating the cosmoDC2 synthetic galaxy catalog for LSST-DESC
Other
7 stars 1 forks source link

totalStarFormationRate units #67

Closed AlexGKim closed 6 years ago

AlexGKim commented 6 years ago

Hi, I would like to confirm the units of the cosmoDC2_v1.0 catalog's native quantity totalStarFormationRate. In a previous discussion it was stated that it was it was 10 M_star/yr. The numbers I see are 1 to 1e10, which seems to high for these units.

dkorytov commented 6 years ago

I'll double check the units, but I'm pretty sure it's M_star/Gyr.

aphearin commented 6 years ago

@AlexGKim - The galaxyProperties/totalStarFormationRate column is a native quantity in Galacticus. It looks to me like the distribution is in Msun/Gyr, based on the numerical values, but either @abensonca and/or @evevkovacs should confirm exactly what is tabulated.

abensonca commented 6 years ago

Yes, Msun/Gyr is correct

--

On Mon, Sep 24, 2018, 11:20 AM Andrew Hearin notifications@github.com wrote:

@AlexGKim https://github.com/AlexGKim - The galaxyProperties/totalStarFormationRate column is a native quantity in Galacticus. It looks to me like the distribution is in Msun/Gyr, based on the numerical values, but either @abensonca https://github.com/abensonca and/or @evevkovacs https://github.com/evevkovacs should confirm exactly what is tabulated.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LSSTDESC/cosmodc2/issues/67#issuecomment-424074554, or mute the thread https://github.com/notifications/unsubscribe-auth/AHH2a-2sCRdR0k2t77XDdPXBV6lR0YyFks5ueSJngaJpZM4W24-C .

evevkovacs commented 6 years ago

@AlexGKim Note however that there are several native quantities related to star-formation rate: ['totalStarFormationRate', 'baseDC2/sfr_percentile', 'baseDC2/obs_sfr_percentile', 'baseDC2/sfr', 'diskStarFormationRate', 'baseDC2/obs_sfr', 'spheroidStarFormationRate']. The "baseDC2/*" come from the baseline empirical model that is used to predict the rest-frame magnitudes and colors. These are matched to the corresponding Galacticus quantities to select galaxies from the Galacticus library. The properties of these selected galaxies are used to fill out the properties of each baseline-model galaxy. We have not checked how well the Galacticus totalStarFormationRate matches the baseDC2/sfr.

AlexGKim commented 6 years ago

Thanks for the information! I should be good.