File size: 6,702 Bytes
fa0f006 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 |
define({
'name' : 'Astropy',
'sub-menu' : [
{
'name' : 'Constants',
'sub-menu' : [
{
'name' : 'Setup',
'snippet' : ['import astropy.constants'],
},
'---',
{
'name' : 'Extracting value',
'snippet' : ['astropy.constants.G.value'],
},
{
'name' : 'Extracting units',
'snippet' : ['astropy.constants.G.unit'],
},
{
'name' : 'Extracting uncertainty',
'snippet' : ['astropy.constants.G.uncertainty'],
},
{
'name' : 'Converting to SI',
'snippet' : ['astropy.constants.G.si'],
},
{
'name' : 'Converting to cgs',
'snippet' : ['astropy.constants.G.cgs'],
},
'---',
{
'name' : 'Gravitational constant [\\(\\mathrm{m}^3 / (\\mathrm{kg}\\, \\mathrm{s}^2)\\)]',
'snippet' : ['astropy.constants.G',],
},
{
'name' : 'Solar luminosity [\\(\\mathrm{W}\\)]',
'snippet' : ['astropy.constants.L_sun',],
},
{
'name' : 'Earth mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.M_earth',],
},
{
'name' : 'Jupiter mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.M_jup',],
},
{
'name' : 'Solar mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.M_sun',],
},
{
'name' : 'Avogadro’s number [\\(1 / \\mathrm{mol}\\)]',
'snippet' : ['astropy.constants.N_A',],
},
{
'name' : 'Gas constant [\\(\\mathrm{J} / (\\mathrm{K}\\, \\mathrm{mol})\\)]',
'snippet' : ['astropy.constants.R',],
},
{
'name' : 'Earth equatorial radius [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.R_earth',],
},
{
'name' : 'Jupiter equatorial radius [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.R_jup',],
},
{
'name' : 'Solar radius [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.R_sun',],
},
{
'name' : 'Rydberg constant [\\(1 / \\mathrm{m}\\)]',
'snippet' : ['astropy.constants.Ryd',],
},
{
'name' : 'Bohr radius [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.a0',],
},
{
'name' : 'Fine-structure constant (dimensionless)',
'snippet' : ['astropy.constants.alpha',],
},
{
'name' : 'Atmosphere [\\(\\mathrm{Pa}\\)]',
'snippet' : ['astropy.constants.atmosphere',],
},
{
'name' : 'Astronomical Unit [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.au',],
},
{
'name' : 'Wien wavelength displacement law constant [\\(\\mathrm{m}\\, \\mathrm{K}\\)]',
'snippet' : ['astropy.constants.b_wien',],
},
{
'name' : 'Speed of light in vacuum [\\(\\mathrm{m} / \\mathrm{s}\\)]',
'snippet' : ['astropy.constants.c',],
},
{
'name' : 'Electron charge [\\(\\mathrm{C}\\)]',
'snippet' : ['astropy.constants.e',],
},
{
'name' : 'Electric constant [\\(\\mathrm{F}/\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.eps0',],
},
{
'name' : 'Standard acceleration of gravity [\\(\\mathrm{m} / \\mathrm{s}^2\\)]',
'snippet' : ['astropy.constants.g0',],
},
{
'name' : 'Planck constant [\\(\\mathrm{J}\\, \\mathrm{s}\\)]',
'snippet' : ['astropy.constants.h',],
},
{
'name' : 'Reduced Planck constant [\\(\\mathrm{J}\\, \\mathrm{s}\\)]',
'snippet' : ['astropy.constants.hbar',],
},
{
'name' : 'Boltzmann constant [\\(\\mathrm{J} / \\mathrm{K}\\)]',
'snippet' : ['astropy.constants.k_B',],
},
{
'name' : 'Kiloparsec [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.kpc',],
},
{
'name' : 'Electron mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.m_e',],
},
{
'name' : 'Neutron mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.m_n',],
},
{
'name' : 'Proton mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.m_p',],
},
{
'name' : 'Magnetic constant [\\(\\mathrm{N}/\\mathrm{A}^2\\)]',
'snippet' : ['astropy.constants.mu0',],
},
{
'name' : 'Bohr magneton [\\(\\mathrm{J}/\\mathrm{T}\\)]',
'snippet' : ['astropy.constants.muB',],
},
{
'name' : 'Parsec [\\(\\mathrm{m}\\)]',
'snippet' : ['astropy.constants.pc',],
},
{
'name' : 'Stefan-Boltzmann constant [\\(\\mathrm{W} / (\\mathrm{K}^4\\, \\mathrm{m}^2)\\)]',
'snippet' : ['astropy.constants.sigma_sb',],
},
{
'name' : 'Atomic mass [\\(\\mathrm{kg}\\)]',
'snippet' : ['astropy.constants.u',],
},
],
},
],
});
|