Skip to content

Commit

Permalink
analysis.composite_indv_detect.main: Rename det3_table to indv_em_lin…
Browse files Browse the repository at this point in the history
…e_table - minor (iss #21)
  • Loading branch information
astrochun committed Mar 1, 2020
1 parent ce87545 commit c6bbf8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main(fitspath, dataset, composite_file, indv_em_line_file, indv_bin_file, ou
com_O_log = np.zeros(len(indv_em_line_table))
com_O_log[det3] = temp_com_O_log

# Update [det3_table] to include two new columns
# Update [indv_em_line_table] to include two new columns
col_temp = Column(adopted_temp, name='T_e')
col_metal = Column(com_O_log, name='12+log(O/H)')
indv_em_line_table.add_columns([col_temp, col_metal]) # Add at the end (default)
Expand Down

0 comments on commit c6bbf8d

Please sign in to comment.