Skip to content

Commit

Permalink
Merge pull request #3839 from dannygoldstein/sigma_T
Browse files Browse the repository at this point in the history
added thomson scattering cross section to si units
  • Loading branch information
mhvk committed Jun 11, 2015
2 parents ef4888b + a7658ee commit a5ce6bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -12,6 +12,8 @@ New Features

- ``astropy.constants``

- Added the Thomson scattering cross-section. [#3839]

- ``astropy.convolution``

- ``astropy.coordinates``
Expand Down
4 changes: 4 additions & 0 deletions astropy/constants/si.py
Expand Up @@ -96,6 +96,10 @@
mu0 = Constant('mu0', "Magnetic constant", 4.0e-7 * np.pi, 'N/A2', 0.0,
'CODATA 2010', system='si')

# Thomson scattering cross-section
sigma_T = Constant('sigma_T', "Thomson scattering cross-section", 0.6652458734e-28, 'm2',
0.0000000013e-28, 'CODATA 2010', system='si')

# DISTANCE

# Astronomical Unit
Expand Down

0 comments on commit a5ce6bc

Please sign in to comment.