Skip to content

Commit 0cee6a3

Browse files
tinuademargaretbsipocz
authored andcommitted
added remote data directive
1 parent f032596 commit 0cee6a3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/atomic/atomic.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. doctest-skip-all
2-
31
.. _astroquery_atomic:
42

53
**************************************
@@ -27,16 +25,19 @@ action. Note that Hz is actually not a supported unit by Atomic Line List,
2725
the atomic package takes care to support all spectral units.
2826

2927
.. code-block:: python
28+
.. doctest-remote-data::
3029

3130
>>> from astropy import units as u
3231
>>> from astroquery.atomic import AtomicLineList
3332
>>> wavelength_range = (15 * u.nm, 1.5e+16 * u.Hz)
3433
>>> 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
4041

4142

4243
Reference/API

0 commit comments

Comments
 (0)