Skip to content

Commit 68d3e96

Browse files
committed
DOC: Updated HEASARC docs
1 parent d2d6529 commit 68d3e96

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

docs/heasarc/heasarc.rst

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ It is also possible to select time range:
160160
NAME RA DEC ... ISSUE_FLAG SEARCH_OFFSET_
161161
deg deg ...
162162
-------------------------------------------------- -------- ------ ... ---------- -------------------------------------
163-
3C273 187.2473 2.0362 ... 0 2.077 (187.2779220931,2.0523864229)\n
163+
3C273 187.2473 2.0362 ... 0 2.077 (187.2779220936,2.0523864234)\n
164164

165165

166166
Getting list of available missions
@@ -241,9 +241,9 @@ mission table.
241241
Using alternative HEASARC servers
242242
---------------------------------
243243

244-
It is possible to set alternative locations for HEASARC server. One such location
244+
It is possible to set alternative locations for HEASARC servers. One such location
245245
is hosted by `INTEGRAL Science Data Center <https://www.isdc.unige.ch/>`_, and has further
246-
tables listing most recent INTEGRAL data.
246+
tables listing the most recent INTEGRAL data.
247247

248248
.. doctest-remote-data::
249249

@@ -261,18 +261,28 @@ tables listing most recent INTEGRAL data.
261261
INTEGRAL-REV3 integral_rev3_scw SCW - Science Window Data
262262
>>>
263263
>>> table = heasarc.query_object('Crab', mission='integral_rev3_scw',
264-
... radius='361 degree', time="2021-02-01 .. 2030-12-01",
264+
... radius='361 degree', time="2022-12-01 .. 2022-12-31",
265265
... sortvar='START_DATE', resultmax=100000)
266266
>>> table.pprint()
267-
SCW_ID SCW_VER SCW_TYPE RA_X ... GOOD_OMC DSIZE _SEARCH_OFFSET
268-
...
269-
------------ ------- -------- ---------- ... -------- --------- --------------
270-
232600870020 001 POINTING 48.302208 ... 370 20242432 2004.207
271-
232600870031 001 SLEW 47.182667 ... 0 1380352 2328.123
272-
232600880010 001 POINTING 46.372791 ... 0 1572864 2730.070
273-
232600880021 001 SLEW 46.357828 ... 0 917504 2729.667
274-
232600890010 001 POINTING 46.323544 ... 0 2244608 2728.770
275-
...
267+
SCW_ID SCW_VER SCW_TYPE ... GOOD_OMC DSIZE SEARCH_OFFSET_
268+
------------ ------- -------- ... -------- --------- -----------------
269+
258300400010 001 POINTING ... 0 123494400 5199.027 (CRAB)\n
270+
258400320021 001 SLEW ... 0 5799936 5082.095 (CRAB)\n
271+
258400260021 001 SLEW ... 0 5791744 5104.388 (CRAB)\n
272+
258400350010 001 POINTING ... 0 123146240 5167.027 (CRAB)\n
273+
258700350021 001 SLEW ... 0 5750784 5120.836 (CRAB)\n
274+
258400330010 001 POINTING ... 0 123179008 5067.991 (CRAB)\n
275+
258400260010 001 POINTING ... 0 123371520 5093.007 (CRAB)\n
276+
... ... ... ... ... ... ...
277+
258400270021 001 SLEW ... 0 126386176 5114.308 (CRAB)\n
278+
258400270010 001 POINTING ... 0 1200128 5113.839 (CRAB)\n
279+
258700360010 001 POINTING ... 0 122130432 5136.165 (CRAB)\n
280+
258200770010 001 POINTING ... 0 1490944 4184.684 (CRAB)\n
281+
258200770021 001 SLEW ... 0 962560 4184.587 (CRAB)\n
282+
258200780010 001 POINTING ... 0 1585152 4184.378 (CRAB)\n
283+
258700340021 001 SLEW ... 0 5779456 5181.635 (CRAB)\n
284+
Length = 1601 rows
285+
276286

277287
Reference/API
278288
=============

0 commit comments

Comments
 (0)