Skip to content
Snippets Groups Projects
Commit 2bd6bcc5 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent bed3db35
No related branches found
No related tags found
No related merge requests found
...@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment