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
Martin Glatzle
cosmic_dustbox
Commits
ab16f0ba
Commit
ab16f0ba
authored
Jan 08, 2019
by
findesgh
Browse files
Add MRN model.
parent
4f0d56a3
Changes
3
Show whitespace changes
Inline
Side-by-side
cosmic_dustbox/models/MRN/__init__.py
0 → 100644
View file @
ab16f0ba
cosmic_dustbox/models/MRN/mrn.py
0 → 100644
View file @
ab16f0ba
from
cosmic_dustbox
import
sdist
import
astropy.units
as
_u
sdists
=
{
'gra'
:
sdist
.
PowerLaw
(
50
*
_u
.
angstrom
,
0.25
*
_u
.
micron
,
10
**-
25.13
*
_u
.
cm
**
2.5
,
-
3.5
),
'sil'
:
sdist
.
PowerLaw
(
50
*
_u
.
angstrom
,
0.25
*
_u
.
micron
,
10
**-
25.11
*
_u
.
cm
**
2.5
,
-
3.5
)
}
cosmic_dustbox/models/__init__.py
0 → 100644
View file @
ab16f0ba
Write
Preview
Supports
Markdown
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