Skip to content

Commit

Permalink
Update documentation slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAndreasen committed Mar 3, 2017
1 parent ae3d74d commit f6af251
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions abundanceDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,15 @@ def weighted_avg_and_std(values):
def abundancedriver(starLines='StarMe_abund.cfg', overwrite=None):
"""The function that glues everything together
Input:
starLines - Configuration file (default: StarMe.cfg)
Input
-----
starLines : str
Path to configuration file (default: StarMe_abund.cfg)
Output:
<linelist>.out - Output file
abundresults.dat - Easy readable table with results from many linelists
Output
------
abundresults.dat : file
Easy readable table with results from many linelists
"""
try: # Cleaning from previous runs
os.remove('captain.log')
Expand Down

0 comments on commit f6af251

Please sign in to comment.