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
cb1b7abc
Commit
cb1b7abc
authored
Feb 22, 2019
by
Martin Glatzle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add credit for crefin data.
parent
62579601
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
2 deletions
+18
-2
LICENSE
LICENSE
+10
-0
cosmic_dustbox/crefin.py
cosmic_dustbox/crefin.py
+3
-2
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.01
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.01
+1
-0
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.10
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.10
+1
-0
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.01
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.01
+1
-0
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.10
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.10
+1
-0
cosmic_dustbox/data/crefin/callindex.out_silD03
cosmic_dustbox/data/crefin/callindex.out_silD03
+1
-0
No files found.
LICENSE
View file @
cb1b7abc
The contents of the files in the "data" directory have been obtained from the
scientific literature and are the intelectual property of their respective
authors. If you are the author of the contents of one of those files and feel
you have not been properly credited or have any other concern, please contact
mglatzle@mpa-garching.mpg.de.
All other files in this repository are distributed under GPLv3 as detailed
below.
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
...
...
cosmic_dustbox/crefin.py
View file @
cb1b7abc
...
...
@@ -146,9 +146,10 @@ class SGPAHCrefin(Crefin):
@
classmethod
def
parseCrefinFile
(
cls
,
path
):
with
open
(
path
)
as
f
:
data
=
_np
.
loadtxt
(
f
,
skiprows
=
5
)
data
=
_np
.
loadtxt
(
f
,
skiprows
=
6
)
f
.
seek
(
0
)
next
(
f
)
# skip tow lines
[
next
(
f
)
for
i
in
range
(
2
)]
size
=
float
(
f
.
readline
().
split
(
'='
)[
0
])
return
size
,
data
...
...
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.01
View file @
cb1b7abc
Downloaded from B. Draine's website at https://www.astro.princeton.edu/~draine/dust/dust.diel.html
ICOMP=18: Draine 2003 graphite E parallel to c
0.0100 = grain radius (micron)
20.00 = grain temperature (K)
...
...
cosmic_dustbox/data/crefin/callindex.out_CpaD03_0.10
View file @
cb1b7abc
Downloaded from B. Draine's website at https://www.astro.princeton.edu/~draine/dust/dust.diel.html
ICOMP=18: Draine 2003 graphite E parallel to c
0.1000 = grain radius (micron)
20.00 = grain temperature (K)
...
...
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.01
View file @
cb1b7abc
Downloaded from B. Draine's website at https://www.astro.princeton.edu/~draine/dust/dust.diel.html
ICOMP=19: Draine 2003 graphite E perp. c
0.0100 = grain radius (micron)
20.00 = grain temperature (K)
...
...
cosmic_dustbox/data/crefin/callindex.out_CpeD03_0.10
View file @
cb1b7abc
Downloaded from B. Draine's website at https://www.astro.princeton.edu/~draine/dust/dust.diel.html
ICOMP=19: Draine 2003 graphite E perp. c
0.1000 = grain radius (micron)
20.00 = grain temperature (K)
...
...
cosmic_dustbox/data/crefin/callindex.out_silD03
View file @
cb1b7abc
Downloaded from B. Draine's website at https://www.astro.princeton.edu/~draine/dust/dust.diel.html
ICOMP=11: Draine 2003 astrosilicate
0.1000 = grain radius (micron)
20.00 = grain temperature (K)
...
...
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