Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
YAPSUT
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michele Maris
YAPSUT
Commits
2bd6bcc5
Commit
2bd6bcc5
authored
1 week ago
by
Michele Maris
Browse files
Options
Downloads
Patches
Plain Diff
u
parent
bed3db35
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/yapsut/mks.py
+2
-2
2 additions, 2 deletions
src/yapsut/mks.py
with
2 additions
and
2 deletions
src/yapsut/mks.py
+
2
−
2
View file @
2bd6bcc5
...
@@ -44,8 +44,8 @@ Wien displacement law constant | \\lambda_{\\mathrm{max}}| lambdaWien |
...
@@ -44,8 +44,8 @@ Wien displacement law constant | \\lambda_{\\mathrm{max}}| lambdaWien |
Wien displacement law in frequency|
\\
nu_{
\\
mathrm{max}}| nuWien | nuWien| 9.66592693602719e-12 | K / Hz | lambdaWien/c
Wien displacement law in frequency|
\\
nu_{
\\
mathrm{max}}| nuWien | nuWien| 9.66592693602719e-12 | K / Hz | lambdaWien/c
Wien displacement law in b.b. x | u_{
\\
mathrm{Wien}}| uWien | uWien| 4.965114231744276303 | | uWien
Wien displacement law in b.b. x | u_{
\\
mathrm{Wien}}| uWien | uWien| 4.965114231744276303 | | uWien
Black Body mean photon E coeff. | {
\\
tilde E_{
\\
nu}}|meanBBPhotEn| meanBBPhotEn| 3.729378749850374e-23| J / K | sigmaSB/(sigmaSBphot*1e-6*Navo)
Black Body mean photon E coeff. | {
\\
tilde E_{
\\
nu}}|meanBBPhotEn| meanBBPhotEn| 3.729378749850374e-23| J / K | sigmaSB/(sigmaSBphot*1e-6*Navo)
Earth Mass
| {M_{
\\
ocross}}| earthMass| earthMass| 5.9722e24 | Kg |
standard
Earth Mass | {M_{
\\
ocross}}| earthMass| earthMass| 5.9722e24 | Kg |
Earth Radius
| {r_{
\\
ocross}}| earthRadius| earthRadius| 63721e3 | m |
standard
Earth Radius | {r_{
\\
ocross}}| earthRadius| earthRadius| 63721e3 | m |
"""
),
sep
=
'
\s*\|\s*
'
,
comment
=
'
#
'
,
engine
=
"
python
"
,
index_col
=
None
)
"""
),
sep
=
'
\s*\|\s*
'
,
comment
=
'
#
'
,
engine
=
"
python
"
,
index_col
=
None
)
#
#
self
.
_table
[
'
comment
'
]
=
np
.
array
([
''
if
str
(
k
).
lower
()
in
[
'
nan
'
]
else
k
for
k
in
self
.
_table
[
'
comment
'
].
values
])
self
.
_table
[
'
comment
'
]
=
np
.
array
([
''
if
str
(
k
).
lower
()
in
[
'
nan
'
]
else
k
for
k
in
self
.
_table
[
'
comment
'
].
values
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment