Skip to content

Commit

Permalink
analysis.composite_indv_detect: Update docstrings for main() (iss #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 9, 2020
1 parent a38519d commit 3fa2c71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Metallicity_Stack_Commons/analysis/composite_indv_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ def main(fitspath, dataset, composite_file):
determine temperature-based metallicity from composite average
T_e and individual line ratios ([OII]/H-beta, [OIII]/H-beta)
:param fitspath:
:param dataset:
:param average_value_ascii:
:return:
:param fitspath: str containing folder path
:param dataset: str containing sub-folder (specific to stacking approach)
:param composite_file: str containing filename of composite data
:return: TBD
"""

# Read in composite table
Expand Down

0 comments on commit 3fa2c71

Please sign in to comment.