astrochun / Zcalbase_gal

Python 3.x codes for Metallicity Calibration Database for galaxies (Zcalbase-gal)
2 stars 0 forks source link

Common Table Names #18

Closed Reagen closed 4 years ago

Reagen commented 4 years ago

Changing naming convention so that tables/dictionaries created by MZEvolve and Zcalbase_gal have the same column names when allowed. Also converting all table calls to dictionary calls.

Tables: ~get_det3_table -> remove unnecessary columns and rename~ ~2d_binning_databet3 -> rename columns~ ~Average_R23_O32_Values -> nothing as of right now binning_averages -> consistent naming combine_flux_table -> consistent naming temperature_metallicity -> consistent naming~

Going to change all the tables first (crossed out tables have this step complete) Then implement metallicity_stack_commons table calls.

Reagen commented 4 years ago

Pulled into develop in PR#19