Skip to content
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

Closed
astrochun opened this issue Feb 9, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@astrochun
Copy link
Owner

astrochun commented Feb 9, 2020

Created: feature/composite_indv_detect. The code should:

  1. Work with R_23+O_32 stacked results
  2. Work with M*+L(Hbeta) stacked results

The code should be as generic as possible to consider a number of possibilities.

@astrochun astrochun added the enhancement New feature or request label Feb 9, 2020
@astrochun astrochun self-assigned this Feb 9, 2020
@astrochun astrochun changed the title Code to consistently handle individual detections using composite measurements of Te Code to consistently handle individual detections using composite measurements of electron temperature Feb 9, 2020
@astrochun
Copy link
Owner Author

Started from this code

astrochun added a commit that referenced this issue Feb 9, 2020
…licity_calculation; remove unused variables (iss #21)
astrochun added a commit that referenced this issue Feb 9, 2020
astrochun added a commit that referenced this issue Feb 9, 2020
…detection(), individual_galaxy_table_stacking() - unused for now (iss #21)
@astrochun
Copy link
Owner Author

Awaiting review/testing by @Reagen and @cmccormick1

@astrochun
Copy link
Owner Author

astrochun commented Feb 11, 2020

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

astrochun added a commit that referenced this issue Feb 11, 2020
astrochun added a commit that referenced this issue Feb 22, 2020
astrochun added a commit that referenced this issue Feb 22, 2020
astrochun added a commit that referenced this issue Feb 22, 2020
@astrochun
Copy link
Owner Author

Need to import column_names module for names

astrochun added a commit that referenced this issue Mar 5, 2020
@astrochun
Copy link
Owner Author

See 2d3bf60 for bin_ID inclusion, and 2d3bf60 for using of Detection column name and slight change in np.where statement for detection cases.

@astrochun
Copy link
Owner Author

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.

astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 15, 2020
@astrochun astrochun mentioned this issue Mar 15, 2020
astrochun added a commit that referenced this issue Mar 19, 2020
astrochun added a commit that referenced this issue Apr 8, 2020
@astrochun astrochun mentioned this issue Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant