|
1 |
| -.. doctest-skip-all |
2 |
| -
|
3 | 1 | .. _astroquery_atomic:
|
4 | 2 |
|
5 | 3 | **************************************
|
@@ -27,16 +25,19 @@ action. Note that Hz is actually not a supported unit by Atomic Line List,
|
27 | 25 | the atomic package takes care to support all spectral units.
|
28 | 26 |
|
29 | 27 | .. code-block:: python
|
| 28 | +.. doctest-remote-data:: |
30 | 29 |
|
31 | 30 | >>> from astropy import units as u
|
32 | 31 | >>> from astroquery.atomic import AtomicLineList
|
33 | 32 | >>> wavelength_range = (15 * u.nm, 1.5e+16 * u.Hz)
|
34 | 33 | >>> AtomicLineList.query_object(wavelength_range, wavelength_type='Air', wavelength_accuracy=20, element_spectrum='C II-IV')
|
35 |
| - <Table rows=3 names=('LAMBDA VAC ANG','SPECTRUM','TT','TERM','J J','LEVEL ENERGY CM 1')> |
36 |
| - array([(196.8874, 'C IV', 'E1', '2S-2Po', '1/2-*', '0.00 - 507904.40'), |
37 |
| - (197.7992, 'C IV', 'E1', '2S-2Po', '1/2-*', '0.00 - 505563.30'), |
38 |
| - (199.0122, 'C IV', 'E1', '2S-2Po', '1/2-*', '0.00 - 502481.80')], |
39 |
| - dtype=[('LAMBDA VAC ANG', '<f8'), ('SPECTRUM', 'S4'), ('TT', 'S2'), ('TERM', 'S6'), ('J J', 'S5'), ('LEVEL ENERGY CM 1', 'S18')]) |
| 34 | + <Table length=3> |
| 35 | + LAMBDA VAC ANG SPECTRUM TT ... J J A_ki LEVEL ENERGY CM 1 |
| 36 | + float64 str4 str2 ... str5 float64 str18 |
| 37 | + -------------- -------- ---- ... ----- ----------- ------------------ |
| 38 | + 196.8874 C IV E1 ... 1/2-* 91300000.0 0.00 - 507904.40 |
| 39 | + 197.7992 C IV E1 ... 1/2-* 118000000.0 0.00 - 505563.30 |
| 40 | + 199.0122 C IV E1 ... 1/2-* 157000000.0 0.00 - 502481.80 |
40 | 41 |
|
41 | 42 |
|
42 | 43 | Reference/API
|
|
0 commit comments