-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added docstrings to analysis, distribution, execute, setup and starformation fixed a bug in analysis (wrong detection area due to magnetudes) fixed a bug in plot due to inf-values if no stars are detected
- Loading branch information
Showing
7 changed files
with
360 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,17 @@ | |
|
||
|
||
def main(quiet=False): | ||
'''Pulling all necessary files for using the starformation script | ||
'''setup.main(quiet=False) | ||
Pulling all necessary files for using the starformation script | ||
This script pulls the fits-files for the radiation models from the MPIA-folder of Thomas | ||
Robitaille, if the files have been moved feel free to contact [email protected] | ||
It also pulls the extinction law from | ||
http://caravan.astro.wisc.edu/protostars/info.php?topic=sedfitter_results | ||
if you have problems with them please contact | ||
http://caravan.astro.wisc.edu/protostars/contact.php | ||
''' | ||
if quiet: | ||
output_stream = StringIO() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.