-
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
Unique identifying column names for properties #25
Labels
Comments
astrochun
added
enhancement
New feature or request
organization
Simplify with imports, remove extraneous stuff
labels
Feb 19, 2020
New issue for adoption in MSC: @Reagen and @cmccormick1 |
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
changed the title
Unique identifying columns for properties
Unique identifying column names for properties
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 19, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
This was referenced Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 20, 2020
astrochun
added a commit
that referenced
this issue
Feb 21, 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
added a commit
that referenced
this issue
Feb 22, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 25, 2020
astrochun
added a commit
that referenced
this issue
Feb 27, 2020
astrochun
added a commit
that referenced
this issue
Feb 27, 2020
astrochun
added a commit
that referenced
this issue
Feb 27, 2020
Merged
Merged into master |
astrochun
added a commit
that referenced
this issue
Mar 1, 2020
Merged
Merged
astrochun
added a commit
that referenced
this issue
Mar 17, 2020
Merged
astrochun
added a commit
that referenced
this issue
Mar 27, 2020
astrochun
added a commit
that referenced
this issue
Mar 28, 2020
Closing issue for now. |
astrochun
added a commit
that referenced
this issue
Jun 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Overview/Motivation
Due to a mismatch of array/column names, it has become prudent that these names should be defined to avoid confusion. This issue will track such changes both in this code and changes reflected in Zcalbase_gal and Evolution-of-Galaxies.
There are a few common names that we will use:
bin
columns (e.g., bin_ID, N_stack, and Detection) [37a6c75]Note: Need to include stellar absorption results. Done here: ad0b5fd
Functions to enable easier use:
*args
(merge_column_names
) [e9af9d8]remove_from_list
) [311ab05, 14a79fd]Defined filenames:
A dictionary object called
filename_dict
See: 1ecaf7a, c4fc361, b0540bf, 23fed9d, ba79f41, 8a3f8f5, 0320c9a, 746f037, b1c1b86
bin_info.tbl: bin_ID, N_stack, avg/min/max/median of bin property
[
bin_names0
,bin_mzevolve_names0
orbin_zcalbase_names0
]bin_validation.tbl: bin_ID, Detection, N_stack, OIII4363_values [
bin_names0
+ extra]bin_emission_line_fit.tbl: bin_ID, [LINE]_Properties [bin_ID +
gauss_names0
]bin_emission_line_fit.revised.tbl: Same as above
bin_derived_properties.tbl: bin_ID, logR23_composite, logO32_composite, two_beta_composite, three_beta_composite, T_e, 12+log(O/H), log(O+/H), log(O++/H), O+/H, O++/H [
bin_ID
,bin_ratios0
,temp_metal_names0
]bin_derived_properties.revised.tbl: Same as above
individual_properties.tbl: Includes ID, logR23/logO32 or logM/logLHb, emission-line information [
indv_names0
,gauss_names0
]individual_bin_info.tbl: Includes bin_ID, ID, avg/min/max/median of bin property [
bin_names0
,bin_mzevolve_names0
orbin_zcalbase_names0
, ID]individual_derived_properties.tbl: Includes ID, logR23, logO32, two_beta, three_beta, T_e, 12+log(O/H), log(O+/H), log(O++/H), O+/H, O++/H [
indv_names0
,temp_metal_names0
]composite_spectra.fits: 1D spectra composite spectra combined into a 2-D array and provided with a proper FITS header [f4a290e]
Implementation within Metallicity Stack Commons code:
analysis.composite_indv_det
(see feature/composite_indv_det to use bin_ID (835f4b7), [LINE]_Flux_Observed (9a858dc), T_e and 12+log(O/H) (50a28df)analysis.composite_indv_det
to use the same filename conventionThe text was updated successfully, but these errors were encountered: