Skip to content

Commit

Permalink
analysis.composite_indv_detect.main: Remove unused files (iss #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 9, 2020
1 parent fb8fcd6 commit 7860e99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Metallicity_Stack_Commons/analysis/composite_indv_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ def main(fitspath, dataset, composite_file):
# Read in tables containing line ratios, bins, etc.
det3_table = asc.read(join(fitspath, 'get_det3_table2.tbl'))
bin_table = asc.read(join(fitspath, dataset+'_2d_binning_datadet3.tbl'))
average_table = asc.read(join(fitspath, dataset+'_Average_R23_O32_Values.tbl'))
stack_table = asc.read(join(fitspath, dataset+'_temperatures_metallicity.tbl'))

# Not used for now
# 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

Expand Down

0 comments on commit 7860e99

Please sign in to comment.