Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
cd861ed1
Commit
cd861ed1
authored
Mar 28, 2014
by
Médéric Boquien
Browse files
Add possible values when we are dependent on a model's grid.
parent
95b6b3f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
pcigale/creation_modules/bc03.py
View file @
cd861ed1
...
...
@@ -29,12 +29,13 @@ class BC03(CreationModule):
parameter_list
=
OrderedDict
([
(
"imf"
,
(
"int"
,
"Initial mass function: 0 (Salpeter) or 1 (Chabrier)"
,
"Initial mass function: 0 (Salpeter) or 1 (Chabrier)
.
"
,
None
)),
(
"metallicity"
,
(
"float"
,
"Mettalicity, 0.02 for Solar metallicity."
,
"Metalicity. Possible values are: 0.0001, 0.0004, 0.004, 0.008, "
"0.02, 0.05."
,
None
)),
(
"separation_age"
,
(
...
...
pcigale/creation_modules/dale2014.py
View file @
cd861ed1
...
...
@@ -31,12 +31,12 @@ class Dale2014(CreationModule):
parameter_list
=
OrderedDict
([
(
'fracAGN'
,
(
'float'
,
"
Contribution of the AGN
"
,
"
AGN fraction.
"
,
None
)),
(
'alpha'
,
(
'float'
,
"Alpha slope"
,
"Alpha slope
. Possible values between 0.0625 and 4.000.
"
,
None
))
])
...
...
pcigale/creation_modules/dh2002.py
View file @
cd861ed1
...
...
@@ -31,7 +31,7 @@ class DH2002(CreationModule):
parameter_list
=
OrderedDict
([
(
'alpha'
,
(
'float'
,
"Alpha slope."
,
"Alpha slope.
Possible values between 0.0625 and 4.000.
"
,
None
))
])
...
...
pcigale/creation_modules/dl2007.py
View file @
cd861ed1
...
...
@@ -33,22 +33,27 @@ class DL2007(CreationModule):
parameter_list
=
OrderedDict
([
(
'qpah'
,
(
'float'
,
"Mass fraction of PAH"
,
"Mass fraction of PAH. Possible values are: 0.47, 1.12, 1.77, "
"2.50, 3.19, 3.90, 4.58."
None
)),
(
'umin'
,
(
'float'
,
"Minimum radiation field"
,
"Minimum radiation field. Possible values are: 0.10, 0.15, 0.20, "
"0.30, 0.40, 0.50, 0.70, 0.80, 1.00, 1.20, 1.50, 2.00, 2.50, 3.00, "
"4.00, 5.00, 7.00, 8.00, 10.0, 12.0, 15.0, 20.0, 25.0."
,
None
)),
(
'umax'
,
(
'float'
,
"Maximum radiation field"
,
"Maximum radiation field. Possible values are: 1e3, 1e4, 1e5, "
"1e6."
,
None
)),
(
'gamma'
,
(
'float'
,
"Fraction illuminated from Umin to Umax"
,
"Fraction illuminated from Umin to Umax. Possible values between "
,
"0 and 1."
None
))
])
...
...
pcigale/creation_modules/fritz2006.py
View file @
cd861ed1
...
...
@@ -28,42 +28,42 @@ class Fritz2006(CreationModule):
parameter_list
=
OrderedDict
([
(
'r_ratio'
,
(
'float'
,
"Ratio of the maximum
and
minimum radii of the dust torus. "
"Possible values are: 10, 30, 60, 100, 150"
,
"Ratio of the maximum
to
minimum radii of the dust torus. "
"Possible values are: 10, 30, 60, 100, 150
.
"
,
None
)),
(
'tau'
,
(
'float'
,
"
Tau
at 9.7microns. "
"Possible values are: 0.1, 0.3, 0.6, 1.0, 2.0, 3.0, 6.0, 10.0"
,
"
Optical depth
at 9.7
microns. "
"Possible values are: 0.1, 0.3, 0.6, 1.0, 2.0, 3.0, 6.0, 10.0
.
"
,
None
)),
(
'beta'
,
(
'float'
,
"Beta. Possible values are:-1.00, -0.75, -0.50, -0.25, 0.00"
,
"Beta. Possible values are:-1.00, -0.75, -0.50, -0.25, 0.00
.
"
,
None
)),
(
'gamma'
,
(
'float'
,
"Gamma. Possible values are: 0.0, 2.0, 4.0, 6.0"
,
"Gamma. Possible values are: 0.0, 2.0, 4.0, 6.0
.
"
,
None
)),
(
'opening_angle'
,
(
'float'
,
"Opening angle of the dust torus. Possible values are: 20, 40, 60"
,
"Opening angle of the dust torus. Possible values are: 20, 40, "
"60."
,
None
)),
(
'psy'
,
(
'float'
,
"Angle between AGN axis and line of sight. Possible values are: "
"0.001, 10.100, 20.100, 30.100, 40.100, 50.100, 60.100, 70.100,"
"80.100, 89.990"
,
"0.001, 10.100, 20.100, 30.100, 40.100, 50.100, 60.100, 70.100,
"
"80.100, 89.990
.
"
,
None
)),
(
'fracAGN'
,
(
'float'
,
"Contribution of the AGN"
""
,
"AGN fraction."
,
None
))
])
...
...
pcigale/creation_modules/m2005.py
View file @
cd861ed1
...
...
@@ -48,11 +48,11 @@ class M2005(CreationModule):
)),
(
'metallicity'
,
(
'float'
,
"Metallicity
Z
."
,
"Metallicity
. Possible values are: 0.001, 0.01, 0.02, 0.04
."
,
None
)),
(
'separation_age'
,
(
'int
eger
'
,
'int'
,
"Age [Myr] of the separation between the young and the old star "
"populations. The default value in 10^7 years (10 Myr). Set to "
"0 not to differentiate ages (only an old population)."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment