Skip to content

Commit

Permalink
analysis.composite_indv_detect: Define variables (iss #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 9, 2020
1 parent 1667313 commit fb8fcd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Metallicity_Stack_Commons/analysis/composite_indv_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ def main(fitspath, dataset, composite_file):
average_table = asc.read(join(fitspath, dataset+'_Average_R23_O32_Values.tbl'))
stack_table = asc.read(join(fitspath, dataset+'_temperatures_metallicity.tbl'))

# Note: Need to update one of the above tables to contain temperature? and metallicity

bin_no = bin_table['Bin_number'].data

source_id = det3_table['Individual_IDs'].data
O2 = det3_table['O2'].data
O3 = det3_table['O3'].data
Hb = det3_table['Hb'].data
temp_bin = stackmeas_tab['Temperature'].data


def run_ind_detection(fitspath, dataset, average_value_ascii):

Expand Down

0 comments on commit fb8fcd6

Please sign in to comment.