-
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.
- Loading branch information
Wilfried (Mac)
committed
Nov 22, 2023
1 parent
331687e
commit e00158a
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1244,7 +1244,7 @@ def spec(self, *args, **kwargs) -> str: | |
|
||
return text | ||
|
||
class DUSTATT_MODIFIED_STARBUSTmodule(ATTENUATIONmodule): | ||
class DUSTATT_MODIFIED_STARBURSTmodule(ATTENUATIONmodule): | ||
r''' | ||
.. codeauthor:: Wilfried Mercier - IRAP <[email protected]> | ||
|
@@ -1580,7 +1580,7 @@ class DALEmodule(DUSTmodule): | |
Class implementing Dale et al. 2014 dust emission module. | ||
:param list fracAGN: (**Optional**) AGN fraction. It is not recommended to combine this AGN emission with the of Fritz et al. (2006) models. | ||
:param list fracAGN: (**Optional**) AGN fraction. It is not recommended to combine this AGN emission with the models of Fritz et al. (2006). | ||
:param list alpha: (**Optional**) mid-infrared powerlaw slope | ||
''' | ||
|
||
|
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