-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code to consistently handle individual detections using composite measurements of electron temperature #21
Comments
Started from this code |
…licity_calculation; remove unused variables (iss #21)
…detection(), individual_galaxy_table_stacking() - unused for now (iss #21)
Awaiting review/testing by @Reagen and @cmccormick1 |
After discussion with @cmccormick1, the working code that contains stacked ID and Temperature is: Note: The sample of individual galaxies/spectra includes those without reliable line measurements. Thus, a filtering is needed to avoid providing metallicity for those galaxies. The average T_e can be provided since that is based on the composite information for the respective bin. This is done in the below commit 0eb57a3 |
… reliable emission lines (iss #21)
Need to import column_names module for names |
Need to write a new table for individual derived properties with ID, bin_ID, T_e, OII/Hb, OIII/Hb, and five different metallicity including 12+logO/H. |
…st the content that is needed (iss #21)
…table using [metal_dict] (iss #21)
…file; fix bug with os use of join (iss #21)
…; Add hash documentation (iss #21)
…prop -> outfile; Update docstrings (iss #21)
Created:
feature/composite_indv_detect
. The code should:The code should be as generic as possible to consider a number of possibilities.
The text was updated successfully, but these errors were encountered: