Closed astrochun closed 4 years ago
Awaiting review/testing by @Reagen and @cmccormick1
After discussion with @cmccormick1, the working code that contains stacked ID and Temperature is: derived_properties_metallicities.tbl
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
Need to import column_names module for names
See 2d3bf60 for bin_ID inclusion, and 2d3bf60 for using of Detection
column name and slight change in np.where
statement for detection cases.
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.
Created:
feature/composite_indv_detect
. The code should:The code should be as generic as possible to consider a number of possibilities.