bd-j / prospector

Python code for Stellar Population Inference from Spectra and SEDs
http://prospect.readthedocs.io
MIT License
153 stars 71 forks source link

Host Properties #306

Closed YourVoicee closed 7 months ago

YourVoicee commented 7 months ago

Hello! I would like to ask for your assistance once again. I have been examining research papers (for example van Velzen et al 2021 ApJ 908 4) that utilize the prospector tool to infer the properties of galaxies. In an attempt to replicate these results, I have encountered difficulty in finding a comprehensive explanation of the parameters listed in the tables provided in the papers:

Could you kindly clarify whether these parameters are 'dependent' variables or if they are derived using other parameters?

I sincerely appreciate your assistance in advance.

jrleja commented 7 months ago

Hi,

Neither of these variables are explicit in Prospector. They instead are derived from the output spectra and/or photometry (u-r) and/or the definitions of dust1, dust2 combined with the attenuation curves as detailed in the FSPS manual ($SPS_HOME/doc/MANUAL.pdf). Ideally this should be done by calculating the corresponding E(B-V) and u-r rest-frame color for each posterior sample and in this way constructing a full posterior for these quantities, after which one can calculate the posterior median or any other desired moments.

If you'd like to reproduce these outputs, I'd suggest consulting the authors of this work to figure out their exact methodology.

Hope this helps, Joel

YourVoicee commented 7 months ago

Thank you for responding and your help!