Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cosmic_dustbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Martin Glatzle
cosmic_dustbox
Commits
745f1f71
Commit
745f1f71
authored
Feb 22, 2019
by
Martin Glatzle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f is private.
parent
1f549501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cosmic_dustbox/crefin.py
cosmic_dustbox/crefin.py
+3
-3
No files found.
cosmic_dustbox/crefin.py
View file @
745f1f71
...
...
@@ -25,7 +25,7 @@ class Crefin(object):
Attributes
----------
f : callable
_
f : callable
Directly taken from parameters.
"""
...
...
@@ -33,7 +33,7 @@ class Crefin(object):
"""
See class docstring.
"""
self
.
f
=
f
self
.
_
f
=
f
return
def
__call__
(
self
,
a
,
wave
):
...
...
@@ -56,7 +56,7 @@ class Crefin(object):
2-D array of crefin values. The first axis corresponds to grain
size and the second to photon wavelength.
"""
return
self
.
f
(
return
self
.
_
f
(
a
.
to
(
_u
.
micron
,
equivalencies
=
_u
.
spectral
()).
value
,
wave
.
to
(
_u
.
micron
,
equivalencies
=
_u
.
spectral
()).
value
)
...
...
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